| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
0.100
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-buildpackage-funcs:
+ * pbuilder-checkparams: do not error out on
+ failure to unset.
+
+ * pbuilder.8: document --debug.
+
+ * pbuilder-checkparams (IGNORE_UMOUNT): --debug option.
+
+ * pbuilder-createbuildenv:
+ * pbuilder-updatebuildenv: use PBUILDER_DEBUGMODE variable
+
|
|
|
|
| |
Documentation, and mass-install script.
|
|
|
|
| |
+ add more warnings against bind mounting. -xdev does cross bind-mount boundaries if they are the same device.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ * debian/TODO: update
+
+ * pbuilder.8: updated docs.
+
+ * pbuilder-user-mode-linux.1: add docs on new options, mirror and nonusmirror.
+
+ * testsuite/run-test.sh (PBUILDER_UML): add option --mirror.
+
+ * pbuilder-user-mode-linux (UML_DEBUGMODE): support mirror option to set mirror, and nonusmirror.
up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): Update
+ documentation to note updates that I am aware of.
+
+ * THANKS: update the list.
+
+ * pbuilder.8: fix unintended italic in manual page
+ Subject: Bug#207390: italicized period in manual page
+ From: Matt Kraai <kraai@alumni.cmu.edu>
+
+ * pbuilder-buildpackage (BUILD_PID): add default BUILDRESULTGID for chown.
+
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
name to E.
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * Makefile (check): add check target to makefile, to see if there is
+ any syntax error.
+
+ * pbuilder-updatebuildenv: support --preserve-buildplace
+ apply things from
+ Daniel Schepler <schepler@math.berkeley.edu>
+
+ * pbuilder-satisfydepends: support --preserve-buildplace
+ support Format: field.
+
+ * pbuilder-modules (pbuilder-options): support --preserve-buildplace
+
+ * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace
+
+ * pbuilder-buildpackage-funcs: support --preserve-buildplace
+
+ * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace
+
+ * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE
+
+ * pbuilder.8: update docs to add --preserve-buildplace
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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.
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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.
+
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * debian/control (Recommends): add devscripts to recommends
+
+ * pbuilder-checkparams (USE_PKGNAME_LOGFILE): fix typo
+
+ * pbuilder-modules (pbuilder-options): add reference to pkgname-logfile to help text.
+
+ * pbuilder.8: documentation of pkgname-logfile moved closer to --logfile option.
+
+ * ChangeLog: spell-checked.
+
+ * pbuilder.8: document --pkgname-logfile option.
+ From Michael Banck <mbanck@gmx.net>, requested feature.
+
* pbuilder-checkparams (PBUILDER_BUILD_LOGFILE): logfile name is stored in PBUILDER_BUILD_LOGFILE
+ (PBUILDER_BUILD_LOGFILE): add --pkgname-logfile option for using logfile with pkgname-version.log
+ (USE_PKGNAME_LOGFILE): make this variable be usable only as command-line option, and not for
+ configuration.
|
|
|
|
|
| |
+ * pbuilder.8: fix the documentation to clarify that A is executed
+ after satisfying the build-depends.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-checkparams (--binary-arch): set DEBBUILDOPTS.
+
+ * pbuilder.8: document --binary-arch
+
+ * pbuilder-modules (pbuilder-options): add doc of binary-arch
+
+ * pbuilder-checkparams (OVERRIDE_APTLINES): --binary-arch option.
+ (BINARY_ARCH): set initial value to "no".
+ thanks: Daniel Schepler <schepler@math.berkeley.edu>
+
|
|
|
|
|
|
|
|
| |
+
+ * pbuilderrc.5: update documentation for DEBEMAIL, it was wrong.
+
+ * pbuilderrc (HOOKDIR): Set default DEBEMAIL to "".
+
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder.8: update documentation slightly.
+
+ * THANKS: update thanks file.
+
+ * pbuilder-buildpackage-funcs: LOGNAME is set to BUILDUSERNAME, and
+ Create shadow entry for inside chroot on fakerooting as well.
+ Reported by: Robert Bihlmeyer <robbe@orcus.priv.at>
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilderrc.5: update doc to mention --override-config
+
+ * pbuilder.8: update doc to mention that sid/sarge/woody are supported.
+ update doc to mention --override-config
+
+ * pbuilder-modules: update the help text a little bit.
+
+ * pbuilder-checkparams (OVERRIDE_APTLINES): new option --override-config
+ to install new aptlines.
+
+ * pbuilder-modules (extractbuildplace): Check that OVERRIDE_APTLINES is not set,
+ and rewrite apt lines.
+
|
|
|
|
|
|
|
|
|
|
|
|
| |
update date.
add author and URL.
* pdebuild.1: add author, URL.
* pbuilder.8: update date and add URL.
* pbuilderrc.5: add credits and upstream URL.
update date.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* pbuilder.8: update documentation, to clarify a bit.
* pbuilder-checkparams (BUILDPLACE): Change command-line parsing
so that it should fix problems with specifying configfile.
(BUILDPLACE): only set CHROOTEXEC if it is empty.
set CHROOTEXEC to be empty at the start of param checking.
* pbuilder-createbuildenv: use pbuilder-modules code for
copying etc/ files.
* pbuilder-modules: split out the function to copy local configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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.
|
| |
|
|
|