[
https://issues.apache.org/jira/browse/YETUS-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825231#comment-16825231
]
Kengo Seki commented on YETUS-777:
----------------------------------
Other commands also have the same problem.
{code}
$ bin/releasedocmaker -V
Traceback (most recent call last):
File
"/home/sekikn/apache-yetus-0.9.0/bin/../lib/releasedocmaker/releasedocmaker.py",
line 24, in <module>
releasedocmaker.main()
File
"/home/sekikn/apache-yetus-0.9.0/lib/releasedocmaker/releasedocmaker/__init__.py",
line 691, in main
options = parse_args()
File
"/home/sekikn/apache-yetus-0.9.0/lib/releasedocmaker/releasedocmaker/__init__.py",
line 662, in parse_args
os.path.dirname(__file__), "../VERSION"), 'r') as ver_file:
IOError: [Errno 2] No such file or directory:
'/home/sekikn/apache-yetus-0.9.0/lib/releasedocmaker/releasedocmaker/../VERSION'
$ bin/shelldocs -V
Traceback (most recent call last):
File "/home/sekikn/apache-yetus-0.9.0/bin/../lib/shelldocs/shelldocs.py",
line 25, in <module>
shelldocs.main()
File "/home/sekikn/apache-yetus-0.9.0/lib/shelldocs/shelldocs/__init__.py",
line 353, in main
os.path.dirname(__file__), "../VERSION"), 'r') as ver_file:
IOError: [Errno 2] No such file or directory:
'/home/sekikn/apache-yetus-0.9.0/lib/shelldocs/shelldocs/../VERSION'
{code}
> jenkins-admin --version is broken
> ---------------------------------
>
> Key: YETUS-777
> URL: https://issues.apache.org/jira/browse/YETUS-777
> Project: Yetus
> Issue Type: Bug
> Affects Versions: 0.9.0
> Reporter: Akira Ajisaka
> Priority: Major
>
> I extracted 0.9.0-RC1 binary tarball and ran {{bin/jenkins-admin -V}}:
> {noformat}
> $ bin/jenkins-admin -V
> Traceback (most recent call last):
> File
> "/Users/aajisaka/work/dist.apache.org/repos/dist/dev/yetus/0.9.0-RC1/apache-yetus-0.9.0/bin/../lib/precommit/jenkins-admin.py",
> line 147, in <module>
> os.path.dirname(__file__), "../../VERSION"), 'r') as ver_file:
> IOError: [Errno 2] No such file or directory:
> '/Users/aajisaka/work/dist.apache.org/repos/dist/dev/yetus/0.9.0-RC1/apache-yetus-0.9.0/bin/../lib/precommit/../../VERSION'{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)