$ runtask -i "modules/testmodule#aaca87a82c35c1f0eb85556191f09f8a842abd9f" -t dist_git_commit -a noarch ./runtask.yml
I encountered one problem:
[libtaskotron] 15:03:14 CRITICAL Traceback (most recent call last):
File "/usr/bin/runtask", line 9, in <module>
load_entry_point('libtaskotron==0.4.18', 'console_scripts', 'runtask')()
File "/usr/lib/python2.7/site-packages/libtaskotron/main.py", line 170, in main
overlord.start()
File "/usr/lib/python2.7/site-packages/libtaskotron/overlord.py", line 85, in start
file_utils.makedirs(self.arg_data['artifactsdir'])
File "/usr/lib/python2.7/site-packages/libtaskotron/file_utils.py", line 43, in makedirs
os.makedirs(fullpath)
File "/usr/lib64/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/var/lib/taskotron/artifacts/20170118_150314_264123'
I was able to work around this by changing user ownership of the artifacts directory with:
For anybody else seeing permission problems, you need to add yourself to the taskotron group (and re-login). We need to make this very clear in our documentation.
This update has been submitted for stable by mkrizek.
This update has been submitted for testing by mkrizek.
This update has been pushed to testing.
This works for me when trying to run the check_modulemd check.
I used the command:
$ runtask -i "modules/testmodule#aaca87a82c35c1f0eb85556191f09f8a842abd9f" -t dist_git_commit -a noarch ./runtask.ymlI encountered one problem:
I was able to work around this by changing user ownership of the
artifactsdirectory with:$ sudo chown threebean /var/lib/taskotron/artifactsFor anybody else seeing permission problems, you need to add yourself to the
taskotrongroup (and re-login). We need to make this very clear in our documentation.This update has been submitted for stable by mkrizek.
This update has been pushed to stable.