aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* +2003-03-10 Junichi Uekawa <dancer@debian.org>dancer2003-03-10
| | | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-satisfydepends: quote some strings... trying to be pedantic + + * pbuilder-buildpackage-funcs: unset LOGNAME for when building with + real root privilage. + thanks Barak Pearlmutter <bap@cs.unm.edu> + + * pbuilder.8: document X hooks which were previously undocumented. + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): use readlink on real existing files. + GNU "readlink -f " exits with an exit code of 1 when the file does not + exist, debianutils readlink did not. + + * pbuilder-runhooks (hooks): do not call readlink here, + since the file may not exist. + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): use readlink on real existing files. + + * pbuilder-buildpackage (PACKAGENAME): use readlink on real existing files. +
* update datedancer2003-03-09
|
* *** empty log message ***dancer2003-03-09
|
* +2003-03-09 Junichi Uekawa <dancer@debian.org>dancer2003-03-09
| | | | | | | | | | | | | | + + * pbuilder.8: fix typo + From: Tommaso Moroni <tommaso.m@tiscalinet.it> + Subject: Bug#184049: pbuilder: typo error in man page + + * THANKS: update. + + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add doc on PS1 + setting for pbuilder. + 183861: distinctive prompt + Barak Pearlmutter <bap@cs.unm.edu>
* Add Daniel Schepler to AUTHORS instead of THANKS. He has done so much.dancer2003-03-06
|
* commitdancer2003-03-01
|
* change doc slightly.dancer2003-03-01
|
* +2003-02-22 Junichi Uekawa <dancer@debian.org>dancer2003-02-22
| | | | | | + + * pbuilder: check if it is in UML mode, and do not warn if it is in + UML mode.
* document sshdancer2003-02-14
|
* *** empty log message ***dancer2003-02-14
|
* +2003-02-13 Junichi Uekawa <dancer@debian.org>dancer2003-02-13
| | | | | | | | | | | | | | | | | | | | | | | + + * Documentation/pbuilder-doc.xml: document an example script to + start up ssh inside pbuilder-uml. + + * pbuilder-checkparams: support execute option. + + * Documentation/pbuilder-doc.xml: document pbuilder-uml more, + and execute command. + + * pbuilder-modules: update copyright statement. + document "execute" + + * pbuilder-user-mode-linux.1: document "execute" command + + * pbuilder-user-mode-linux: implement execute command. + + * pbuilder.8: document "execute" + + * pbuilder: "execute" command. +
* release this packagedancer2003-02-12
|
* +dancer2003-02-10
| | | | | | | | | | | | | | | | | | | + * pdebuild: set pdebuild here as well. + + * pbuilder-checkparams (BASEBUILDPLACE): support the convention, and + do not exec < /dev/null in that case. + + * pdebuild-user-mode-linux (PBCURRENTCOMMANDLINEOPERATION): set to + pdebuild-user-mode-linux. + + * pbuilder-user-mode-linux.1: fix manual to have pbuilder-uml.conf.5 + + * Makefile (install): add pdebuild-user-mode-linux + + * pdebuild-user-mode-linux.1: Initial manual page. + + * pdebuild-user-mode-linux: try making a new script that + uses pbuilder-user-mode-linux for building instead of pbuilder.
* updancer2003-02-10
|
* cp -pdancer2003-02-07
|
* updancer2003-01-29
|
* more minor doc updates.dancer2003-01-28
|
* apply patch from Daniel Schelper.dancer2003-01-28
|
* update changelog.dancer2003-01-20
|
* changedancer2003-01-18
|
* utf-8 changelogdancer2003-01-16
|
* updancer2003-01-16
|
* make it ready to releasedancer2003-01-10
|
* +2003-01-10 Junichi Uekawa <dancer@debian.org>dancer2003-01-10
| | | | | | | | | | | | | | | | | | | + + * pbuilder-user-mode-linux: use /var/cache/pbuilder/pbuilder-umlresult + as directory to mount hostfs for result. + (UML_DEBUGMODE): --uml-debugmode option to enable trace of + shell. + + * Makefile (install): create pbuilder-umlresult dir. + + * pbuilder-uml.conf.5: document UML_BUILDRESULT + + * pbuilder-uml.conf (UML_BUILDRESULT): add UML_BUILDRESULT= + + * pbuilder-user-mode-linux (EXTRAOPT): add support for exitcode. + Thanks mdz for the hint! + (UML_EXTRAOPT): try and implement BUILDRESULT +
* +2003-01-09 Junichi Uekawa <dancer@debian.org>dancer2003-01-09
| | | | | | | | | | | | | | | | | | | | + + * pbuilder-user-mode-linux: use /var/cache/pbuilder/pbuilder-mnt + instead of /mnt, which may be used for other tasks. + PBUILDER_COWFILENAME is buildplace/$$.cow. + + * Makefile (install): install /var/cache/pbuilder/pbuilder-mnt dir. + + * pbuilder-user-mode-linux (UML_EXTRAOPT): --buildresult ignore. + + * pbuilder-user-mode-linux.1: document --uml-hostname + + * pbuilder-user-mode-linux: set hostname inside UML. + (UML_EXTRAOPT): --uml-hostname option. + + * pbuilder-uml.conf.5: document + + * pbuilder-uml.conf (UML_HOSTNAME): add variable for hostname
* releasedancer2003-01-08
|
* +2003-01-08 Junichi Uekawa <dancer@debian.org>dancer2003-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-user-mode-linux (UML_EXTRAOPT): --logfile option. + + * pbuilder-user-mode-linux.1: and document these new options. + + * pbuilder-user-mode-linux (OPERATION): --override-config option passed + through to pbuilder. + (EXTRAOPT): quote ${EXTRAOPT} which is probably meant to be passed + through. + (UML_EXTRAOPT): define as variable that is used to pass uml extra options. + and, of course, add these options: --binary-arch --override-config --timeout --http-proxy --configfile --hookdir --aptconfdir + + + * debian/rules (binary-arch): add manual page installation + + * pbuilder-uml.conf.5: new manual page + + * pbuilder-uml.conf (UML_MEM): Use 128MB memory per default, it would + be better to use that. + + * pbuilder-user-mode-linux: export HOME inside UML + Try and umount the device afterwards, so that it will be clean-mount + the next time. + thanks: Matt Zimmerman <mdz@debian.org> + (OPERATION): --uml-mem option. + + * pbuilder-checkparams: update copyright + + * pdebuild: update copyright info. + + * update copyright information to add 2003. + + * pbuilder-user-mode-linux: LOGNAME is set as soon as + entering UML. +
* 2003-01-07 Junichi Uekawa <dancer@debian.org>dancer2003-01-07
| | | | | + * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): update notes + on parallel-invocation of pbuilder-uml
* customized CSS for my page.dancer2003-01-07
|
* +2003-01-07 Junichi Uekawa <dancer@debian.org>dancer2003-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * Documentation/pbuilder-doc.xml: update documentation + and add chapter on pbuilder-uml, document that pbuilder-uml actually + works, and some detailed nodes on how to use them. + Add FAQ entry on how to specify extra apt sources. + + * pbuilder-user-mode-linux.1: update doc to document that + configuration files for pbuilder is now read in. + + * pbuilder-user-mode-linux: add debug info, to print out + the command-line used for running uml. + export TMPDIR=/tmp inside the chroot inside UML. + change UML_CHROOT_MOUNTPOINT from /tmp/ubd1 to /mnt, + and do not mkdir UML_CHROOT_MOUNTPOINT. + fix /tmp creation script so that /tmp is writable when + not using tmpfs. + use tempfile in creating the COW file. + clean COW file after finishing. + remove temporary file created by tempfile, because UML doesn't seem to + like the zero-byte file. (POSSIBLE SECURITY PROBLEM) + extra cleanup added for cleanup_function + + * pbuilder-uml.conf (BUILDPLACE): add definition of BUILDPLACE + for pbuilder-uml. It is probably needed, because BUILDPLACE + needs to be writable by the user for UML, while it is not for + pbuilder. + + * pbuilder-user-mode-linux: load config for pbuilder also, before + trying to load other things. + +2003-01-06 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): document possible usage of pbuilder for dchroot. + + * pbuilder.8: document --no-targz + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): allow + --no-targz option as alias to --internal-build-uml + + * pdebuild (ARCHITECTURE): use dpkg-architecture + to find out the architecture. + sign changes file not dsc file. + pointed out by + Andrew Lau <netsnipe@debianplanet.org>, bug #175432 + +2003-01-04 Junichi Uekawa <dancer@debian.org> + + * debian/control (Description): fix suggests to pbuilder-uml
* updancer2003-01-02
|
* update to prepare for releasedancer2003-01-02
|
* update docs, move parts from README.Debian filedancer2002-12-31
|
* update docs, move parts from AUTORS filedancer2002-12-30
|
* update doc.dancer2002-12-30
|
* add documentation dirdancer2002-12-30
|
* add documentation dirdancer2002-12-30
|
* changedancer2002-12-30
|
* add notices of the change.dancer2002-12-30
|
* add some files.dancer2002-12-30
|
* import from pbuildd repos.dancer2002-12-30
|
* +2002-12-23 Junichi Uekawa <dancer@debian.org>dancer2002-12-23
| | | | | | + + * pbuilder-satisfydepends: add note of which versions to try in pdebuild. +
* typodancer2002-12-18
|
* + I had a typo, fix it.dancer2002-12-18
|
* COW patch, UNRELEASED, yet.dancer2002-12-18
|
* updancer2002-12-18
|
* documentation updatedancer2002-12-16
|
* do not read-lockdancer2002-12-15
|
* +dancer2002-12-15
| | | | | + * pbuilder-modules (pbuilder-options): modify the ordering of scripts so that + concurrent-build experience is more active.
* 0.53dancer2002-12-13
|