Created
December 6, 2014 00:31
-
-
Save kinow/720f7464c82247fbc211 to your computer and use it in GitHub Desktop.
chroot2
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
Started by user anonymous | |
Building in workspace /tmp/123/workspace/test-pbuilder | |
> git rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git config remote.origin.url https://github.com/palmerit/temp.git # timeout=10 | |
Fetching upstream changes from https://github.com/palmerit/temp.git | |
> git --version # timeout=10 | |
> git fetch --tags --progress https://github.com/palmerit/temp.git +refs/heads/*:refs/remotes/origin/* | |
Seen branch in repository origin/master | |
Seen 1 remote branch | |
Checking out Revision 6d41d9f20540855576cff959581ae09d32451dea (origin/master) | |
> git config core.sparsecheckout # timeout=10 | |
> git checkout -f 6d41d9f20540855576cff959581ae09d32451dea | |
> git rev-list 6d41d9f20540855576cff959581ae09d32451dea # timeout=10 | |
$ sudo /usr/sbin/pbuilder --create --basetgz /tmp/123/pbuilder/biouno.tgz --extrapackages "python-software-properties sudo wget" | |
W: /home/kinow/.pbuilderrc does not exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment