Skip to content

Instantly share code, notes, and snippets.

@ahammond
Created December 15, 2014 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahammond/4c4b57d7fe774112f017 to your computer and use it in GitHub Desktop.
Save ahammond/4c4b57d7fe774112f017 to your computer and use it in GitHub Desktop.
git --version
in dir /home/buildbot/srv-hss-unified-srpms-to-rpms-to-depot/deb9b1bebe64000eaad32f5dd283e2afc31a9a55 (timeout 1200 secs)
watching logfiles {}
argv: ['git', '--version']
using PTY: False
git version 1.9.3
program finished with exit code 0
elapsedTime=0.009793
stat: No such file or directory: /home/buildbot/srv-hss-unified-srpms-to-rpms-to-depot/deb9b1bebe64000eaad32f5dd283e2afc31a9a55/.buildbot-patchedprogram finished with exit code 2
program finished with exit code 0
git clone --branch develop /Users/ahammond/src/af/hss-unified .
in dir /home/buildbot/srv-hss-unified-srpms-to-rpms-to-depot/deb9b1bebe64000eaad32f5dd283e2afc31a9a55 (timeout 1200 secs)
watching logfiles {}
argv: ['git', 'clone', '--branch', 'develop', '/Users/ahammond/src/af/hss-unified', '.']
using PTY: False
fatal: repository '/Users/ahammond/src/af/hss-unified' does not exist
program finished with exit code 128
elapsedTime=0.009254
I was in my local checkout of hss-unified on the develop branch and had added a couple of
empty lines to a script just to make sure there was a diff for testing.
The clone on line 11 appears to be assuming that the directory structure on my dev
laptop is the same as the directory structure on my build slaves. Help?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment