Created
October 23, 2013 18:14
-
-
Save ncdc/7123728 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[p2-agoldste.dev.rhcloud.com 52680ec9e7386b581500001d]\> gear build blarg | |
An error occurred executing 'gear build' (exit code: 1) | |
Error message: Shell command ' | |
set -xe; | |
shopt -s dotglob; | |
if [ "$(find objects -type f 2>/dev/null | wc -l)" -eq "0" ]; then | |
exit 0; | |
fi | |
git archive --format=tar blarg | (cd /var/lib/openshift/52680ec9e7386b581500001d/app-root/runtime/repo/ && tar --warning=no-timestamp -xf -); | |
' returned an error. rc=1 | |
stdout: | |
stderr: + shopt -s dotglob | |
++ find objects -type f | |
++ wc -l | |
+ '[' 27 -eq 0 ']' | |
+ git archive --format=tar blarg | |
+ cd /var/lib/openshift/52680ec9e7386b581500001d/app-root/runtime/repo/ | |
+ tar --warning=no-timestamp -xf - | |
fatal: Not a valid object name | |
tar: This does not look like a tar archive | |
tar: Exiting with failure status due to previous errors | |
For more details about the problem, try running the command again with the '--trace' option. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment