aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
Commit message (Collapse)AuthorAge
...
* * pbuilder-modules (copy_local_configuration): fix thedancer2002-09-24
| | | | | | rules to copy over to work around debootstrap breakage with handling of symlinks. Remove the target file prior to copy.
* * pbuilder-createbuildenv: use pbuilder-modules code fordancer2002-09-22
| | | | | | copying etc/ files. * pbuilder-modules: split out the function to copy local configuration.
* + * pbuilder-user-mode-linux: add trapping and cleaning up routine.dancer2002-09-16
| | | | | | | | | | | | | | | | | | | + + * pbuilder-modules: modify things shuffling around until it works... + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): add call to pbuilder update. + + * pbuilder-updatebuildenv: check for INTERNAL_BUILD_UML and ignore the + basetgz creation in UML. + + * pbuilder-modules: remove invocation of hostname from uml. + + * debian/control (Depends): require 1.31.1 or greater of debianutils for readlink + + * Makefile (install): add pbuilder-user-mode-linux to install target + + * debian/control (Depends): add depends on debianutils, for readlink +
* + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): use --internal-build-umldancer2002-09-16
| | | | | | | | | | + + * pbuilder-modules (extractbuildplace): change to do less things + when INTERNAL_BUILD_UML is specified. + (cleanbuildplace): add check for INTERNAL_BUILD_UML + + * pbuilder-checkparams (--internal-build-uml): new option. +
* + * pbuilder-modules: add devfs supportdancer2002-09-09
| | | | | | | | | + Thanks to: "Dagfinn Ilmari Manns?er" <ilmari@ping.uio.no> + + * pbuilderrc (USEDEVFS): change default value on USEDEVFS + * pbuilderrc.5: update docs on noninteractive. + document USEDEVFS
* +2002-08-20 Junichi Uekawa <dancer@debian.org>dancer2002-08-20
| | | | | | | | | | | | | | | | + + * pbuilder-modules: document --timeout option. + + * pbuilder.8: document --timeout option + + * pbuilder-checkparams: add --timeout option + + * pbuilderrc.5: document TIMEOUT_TIME + + * pbuilder-buildpackage (CHROOTEXEC): add missing executehooks "C" to a + case. + (CHROOTEXEC): clean the command-line a bit, so that it's easier to use. + (BUILD_PID): add timeout for build process.
* commit changedancer2002-05-30
|
* +2002-05-30 Junichi Uekawa <dancer@debian.org>dancer2002-05-30
| | | | | + + * pbuilder-modules: add suggestion from david@josefine.at
* +2002-05-26 Junichi Uekawa <dancer@debian.org>dancer2002-05-26
| | | | | | + + * pbuilder-modules: use readlink -f to determine the real location of etc/hostname etc. +
* implement /dev/pts mounting routinedancer2002-05-07
|
* updates, mostly for having giced bug, joeyh patch, and supporting emacsdancer2002-02-19
|
* changes.dancer2002-02-11
|
* update, and bugfixesdancer2002-02-09
|
* fixing typos and minor details.dancer2002-02-01
|
* many modifications done to make things improved.dancer2002-02-01
|
* modified the cleaning process to the one using trap, for create, update, and ↵dancer2002-01-27
| | | | | | login methods. build is not modified (yet)
* added Daniel Kobras patch, to implement dpkg-buildpacakge options.dancer2002-01-17
| | | | Testing this should be a good idea.
* some more fixup, for release.dancer2002-01-07
|
* removed deb-src lines from apt config files.dancer2002-01-05
|
* fixed a typo, and reordered apt source generationdancer2001-12-25
|
* added --logfile optiondancer2001-11-25
|
* updated some documentation, added more error checking, and some general ↵dancer2001-11-25
| | | | improvement on the well-being of the package
* hooks to do more things when umounting of proc failsdancer2001-11-23
|
* fixed bugs 12057 and 12063, which are typo/logic errors, thanks to stevedancer2001-11-18
|
* A different way to implement the aforementioned feature.dancer2001-11-03
| | | | It should be really good. I hope.
* added some feature, which I think was a bad idea.dancer2001-11-03
|
* site-local /etc/passwd no longer is copied.dancer2001-11-03
|
* major updates. adding set -e and other thingsdancer2001-11-02
|
* things are re-implemented with DEBEMAIL in mind. Always call ↵dancer2001-11-02
| | | | dpkg-buildpackage with -m
* fixed some problems. Changed specs, so that it will use env var to specify ↵dancer2001-10-25
| | | | maint address than command-line
* added support for sponsorshipdancer2001-10-25
|
* including the patch submitted from dale amondancer2001-09-27
|
* pbuilder fixings ... adding more options.dancer2001-09-25
|
* daily checkindancer2001-09-23
|
* fixing typodancer2001-09-07
|
* adding non-us mirror and other supportdancer2001-09-07
|
* fixed typo in apt-line generationdancer2001-09-01
|
* fixes and enhancementsdancer2001-09-01
|
* added functions, and moving core functionality to this file.dancer2001-09-01
|
* making ready for uploading to Debian archive, changing depends line to ↵dancer2001-08-28
| | | | debootstrap with versioned depends. Re-tabbing, extactbuildplace function is created to move common code out from create and build. added an error message for unknown parameter option. added a TAGS target to the makefile to make ETAGS work.
* cleanbuildplace is split out and made some things surrounded by quotesdancer2001-08-27
|
* created pbuilder-modules and made others use it for common routines, and ↵dancer2001-08-27
made PROC support optional for some people without PROC interface