We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original story and possible "root" solutions are described in StackStorm/st2-packages#363
As it was before with outdated EL6 git version, there is another issue where !pack get ChatOps command fails:
EL6
git
!pack get
$ st2 run packs.install packs=aws $ st2 run packs.get pack=aws . id: 58a4717de138231b0a0e38a4 status: failed parameters: pack: bitcoin result: exit_code: 1 result: None stderr: "Traceback (most recent call last): File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/runners/python_action_wrapper.py", line 259, in <module> obj.run() File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/runners/python_action_wrapper.py", line 155, in run output = action.run(**self._parameters) File "/opt/stackstorm/packs/packs/actions/pack_mgmt/get_installed.py", line 71, in run '--left-right', '--count', 'HEAD...origin/master' File "/opt/stackstorm/st2/lib/python2.7/site-packages/git/cmd.py", line 423, in <lambda> return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) File "/opt/stackstorm/st2/lib/python2.7/site-packages/git/cmd.py", line 868, in _call_process return self.execute(call, **_kwargs) File "/opt/stackstorm/st2/lib/python2.7/site-packages/git/cmd.py", line 686, in execute raise GitCommandError(command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(129) cmdline: git rev-list --left-right --count HEAD...origin/master stderr: 'usage: git rev-list [OPTION] <commit-id>... [ -- paths... ] limiting output: --max-count=nr --max-age=epoch --min-age=epoch --sparse --no-merges --remove-empty --all --branches --tags --remotes --stdin --quiet ordering output: --topo-order --date-order --reverse formatting output: --parents --children --objects | --objects-edge --unpacked --header | --pretty --abbrev=nr | --no-abbrev --abbrev-commit --left-right special purpose: --bisect --bisect-vars --bisect-all' " stdout: ''
The text was updated successfully, but these errors were encountered:
Closed in #4984 as EL6 is not supported anymore.
Sorry, something went wrong.
No branches or pull requests
As it was before with outdated
EL6
git
version, there is another issue where!pack get
ChatOps command fails:Reproduce
The text was updated successfully, but these errors were encountered: