Skip to content

Instantly share code, notes, and snippets.

@kinow
Created December 6, 2014 00:31
Show Gist options
  • Save kinow/720f7464c82247fbc211 to your computer and use it in GitHub Desktop.
Save kinow/720f7464c82247fbc211 to your computer and use it in GitHub Desktop.
chroot2
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