Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-19 | Fix --print-debs support when using --foreign param. Closes: #551837. | Otavio Salvador | 2 | -1/+10 | |
2011-10-08 | Merge remote-tracking branch 'origin/master' | Joey Hess | 2 | -1/+8 | |
Conflicts: debian/changelog | |||||
2011-10-08 | Improve error message when a decompressor is not available, to indicate ↵ | Joey Hess | 2 | -1/+9 | |
which package has been built with bzip today. Closes: #644719 | |||||
2011-10-05 | releasing version 1.0.371.0.37 | Colin Watson | 1 | -2/+2 | |
2011-10-05 | Add (Ubuntu) precise as a symlink to gutsy. | Colin Watson | 2 | -0/+7 | |
2011-08-21 | releasing version 1.0.361.0.36 | Joey Hess | 1 | -2/+2 | |
2011-08-21 | Workaround for umount bug #634107, which broke pbuilder and "debootstrap ." | Joey Hess | 2 | -1/+3 | |
umount /path/to/foo fails when run in in /path/to/. Work around this nasty bug with a chdir /. Note that TARGET is an absolute path, so chdiring away is safe. | |||||
2011-08-15 | warn about missing modules on FreeBSD | Joey Hess | 2 | -2/+10 | |
* Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD chroot or jail. Thanks, Arno Toell. * When debootstrapping on FreeBSD, warn if necessary modules are not loaded. Thanks, Arno Toell. | |||||
2011-08-15 | When FreeBSD (not kfreebsd) is the host, don't chroot to mount special ↵ | Joey Hess | 2 | -2/+10 | |
filesystems. That fails for reasons that I don't know, but part of this patch avoids the chroot. http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain With this patch, deamonkeeper has confirmed a successful debootstrap from a FreeBSD host. | |||||
2011-08-15 | Support using md5 and shaN programs, as found on FreeBSD, in addition to ↵ | Joey Hess | 3 | -3/+17 | |
md5sum and shaNsum. Based on the patch used for the FreeBSD port of debootstrap: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain That entire patch should now be unnecessary. | |||||
2011-08-15 | IFS clobbering workaround | Joey Hess | 1 | -3/+4 | |
This is not because of too much haskell programming. It's because using IFS in shell is always followed by chasing down IFS clobbering portability bugs in shell, no matter how careful you are. | |||||
2011-08-15 | put in_path at top so later functions can use it | Joey Hess | 1 | -12/+12 | |
(too much haskell coding strikes again I suppose) | |||||
2011-08-15 | Search PATH for programs, rather than checking hardcoded locations. | Joey Hess | 3 | -12/+24 | |
Generally a good idea, but specifically FreeBSD does not keep gunzip in /bin/ | |||||
2011-08-15 | typo | Joey Hess | 1 | -1/+1 | |
too much haskell coding | |||||
2011-08-15 | Clarify "target" in usage message. | Joey Hess | 2 | -2/+3 | |
Users complained that "target" is jargon and they have no mad man page reading skillz. | |||||
2011-08-15 | Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD ↵ | Joey Hess | 3 | -3/+8 | |
chroot or jail. This worked in squeeze, as documented here: http://blog.vx.sk/archives/22-Updated-Tutorial-Debian-GNUkFreeBSD-in-a-FreeBSD-jail.html But recent changes to differentiate between the host and target ARCH/OS broke it. All that's needed to get it back is to detect FreeBSD's uname output. Untested. | |||||
2011-08-15 | Guess host OS based on uname for non-Debian systems. Closes: #637363 | Joey Hess | 3 | -10/+35 | |
Deboostrap only cares if the host OS is Linux, Hurd, or kFreeBSD. The actual architecture used on the host doesn't matter, as long as the target arch can run in the chroot. This does not address running debootstrap on a FreeBSD system in order to build a kFreeBSD chroot. That seems to have already been not working, since debootstrap checked for kfreebsd, and not freebsd. | |||||
2011-08-10 | releasing version 1.0.351.0.35 | Colin Watson | 1 | -2/+2 | |
2011-08-10 | simplify slightly | Colin Watson | 1 | -3/+1 | |
2011-08-10 | Don't use --arch when we specifically care about the host architecture ↵ | Colin Watson | 3 | -9/+16 | |
(closes: #637298). | |||||
2011-08-10 | Don't build devices.tar.gz if building on GNU/kFreeBSD (closes: #637297). | Colin Watson | 3 | -3/+11 | |
2011-07-28 | releasing version 1.0.341.0.34 | Otavio Salvador | 1 | -2/+2 | |
2011-07-28 | Copy devices.tar.gz in case we're running first_stage only | Otavio Salvador | 1 | -0/+1 | |
2011-07-26 | Move setup_devices to second stage of bootstrap. Closes: #498731, #531316 | Otavio Salvador | 18 | -48/+27 | |
2011-07-26 | add /usr/sbin and /sbin to PATH for fakechroot variant. Closes: #588773 | Otavio Salvador | 2 | -0/+6 | |
2011-07-24 | Add more information regarding the version and architecture in case a ↵ | Otavio Salvador | 2 | -1/+8 | |
download fails. Closes: #633625. | |||||
2011-07-24 | releasing version 1.0.331.0.33 | Otavio Salvador | 1 | -2/+2 | |
2011-07-16 | Improve text of error message when decompression command is not available. | Colin Watson | 2 | -1/+6 | |
2011-07-10 | Use md5sums for sarge, which did not consistently have sha1sums everywhere. ↵ | Joey Hess | 4 | -0/+5 | |
Closes: #633158 | |||||
2011-07-02 | Mention minbase variant in --help. Closes: #632418 | Joey Hess | 2 | -1/+7 | |
2011-05-30 | releasing version 1.0.321.0.32 | Joey Hess | 2 | -3/+3 | |
2011-05-20 | fix version confusion | Joey Hess | 1 | -2/+2 | |
2011-05-20 | also look for md5sum in release file if using md5sums | Joey Hess | 1 | -1/+6 | |
2011-05-20 | Merge branch 'new' | Joey Hess | 1 | -1/+1 | |
2011-05-20 | typo | Joey Hess | 1 | -1/+1 | |
2011-05-20 | Merge branch 'new' | Joey Hess | 5 | -3/+22 | |
Conflicts: debian/changelog | |||||
2011-05-20 | Use md5sums for woody and potato, which only had those checksums in the ↵ | Joey Hess | 5 | -2/+21 | |
Packages files. Closes: #627365 | |||||
2011-05-20 | releasing version 1.0.311.0.31 | Colin Watson | 1 | -2/+2 | |
2011-05-20 | fix changelog ordering | Colin Watson | 1 | -4/+5 | |
2011-05-20 | less namespaced substvar | Colin Watson | 2 | -2/+2 | |
2011-05-20 | Recommend ubuntu-keyring rather than debian-archive-keyring on ↵ | Colin Watson | 3 | -1/+12 | |
Ubuntu-derived systems. | |||||
2011-05-20 | If ubuntu-keyring is installed, check Release signatures against it when ↵ | Colin Watson | 2 | -0/+8 | |
bootstrapping Ubuntu gutsy and later. | |||||
2011-05-09 | Use the build-essential package instead of Build-Essential: yes. | Miguel Figueiredo | 2 | -1/+5 | |
Thanks to Mark Hymers. Closes: #619700 Ack by otavio | |||||
2011-04-26 | releasing version 1.0.301.0.30 | Joey Hess | 1 | -3/+3 | |
2011-04-13 | Resolve dependencies from all requested components (LP: #740167). | Colin Watson | 2 | -9/+18 | |
2011-04-08 | man page cleanup | Joey Hess | 1 | -20/+14 | |
2011-04-08 | remove Frans from uploaders | Joey Hess | 1 | -1/+1 | |
2011-04-08 | prune | Joey Hess | 1 | -9/+0 | |
a lot of these have actually been done! | |||||
2011-04-08 | remove stale pointer to aj's wiki | Joey Hess | 1 | -2/+0 | |
The page stil exists, sorta, but is very out of date. | |||||
2011-04-08 | Removed the --boot-floppies switch and mode. | Joey Hess | 4 | -36/+2 | |
Assuming this has not been used in 10 years. |