diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-09-04 18:10:21 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-09-04 18:10:21 +0200 |
commit | ae50505561cd9b00b7ef1d61c47cb9eb0c52c480 (patch) | |
tree | f8785733700f2808d9a00b31385f078efb793bff /hurd/running | |
parent | 4ca8da2cf6b6048351ef44cda9a098d5c29a5b25 (diff) |
more details about buildds
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/chroot.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/running/chroot.mdwn b/hurd/running/chroot.mdwn index ddba6217..c5022c0a 100644 --- a/hurd/running/chroot.mdwn +++ b/hurd/running/chroot.mdwn @@ -55,3 +55,7 @@ Debian build daemons use a specialized script instead of debootstrap: # mkdir ~/chroots # /usr/share/sbuild/create-chroot sid + +They also use sbuild to start the build: + + # sbuild foo_1.2.3-1 |