diff options
author | dancer <dancer> | 2002-01-31 10:44:31 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-01-31 10:44:31 +0000 |
commit | 6a7db4483bdc346307c0728b78a30d4bb21a9663 (patch) | |
tree | 669c960e581e16bd33c44603dea26348060348dd | |
parent | 62afe1071b9ec9f7cc47f1802d18c64537cdde07 (diff) | |
download | pbuilder-6a7db4483bdc346307c0728b78a30d4bb21a9663.tar pbuilder-6a7db4483bdc346307c0728b78a30d4bb21a9663.tar.gz |
commit, for release version
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | debian/README.Debian | 16 | ||||
-rw-r--r-- | debian/TODO | 7 | ||||
-rw-r--r-- | debian/changelog | 12 |
4 files changed, 27 insertions, 16 deletions
@@ -1,3 +1,11 @@ +2002-01-31 Junichi Uekawa <dancer@debian.org> + + * debian/TODO: updated documentation in TODO. + + * debian/changelog, debian/README.Debian: the documented workaround is not a good one, removed the workaround, and mention of it. + + * debian/README.Debian: updates to the documentation. + 2002-01-28 Junichi Uekawa <dancer@debian.org> * debian/changelog: updated the changelog. diff --git a/debian/README.Debian b/debian/README.Debian index f1b2845..730f279 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -30,6 +30,12 @@ if a package does not build, and it seems like a genuine bug of pbuilder. Also, if something is missing and necessary on some arches, please file a bug to "build-essential" for packages. +Please note that pbuilder login is for testing purposes only, +and DO NO MOUNT inside the chroot. pbuilder will attempt to clean up +the working directory, and will clean up your mounted dirs along +with it. It is best to use cp. +Support for mounts will hopefully come later, with some safeguards. + I would say this package works fine if these packages manage to build. @@ -43,16 +49,6 @@ Testsuite: trying to run testsuite ) -Notes: - -There has been some problems in the bootstrapping process of testing release of -Debian (woody) as of January 2002 -pbuilder create --distribution woody did not complete. -In such case, it is possible to do : - -pbuilder create --distribition potato -pbuilder update --distribution woody - $Id$ -- Junichi Uekawa <dancer@debian.org>, Sat, 28 Jul 2001 17:05:50 +0900 diff --git a/debian/TODO b/debian/TODO index 758a627..16d1c0b 100644 --- a/debian/TODO +++ b/debian/TODO @@ -16,14 +16,19 @@ TODO and possible bugs: - putting example scripts. * Supporting use of system /etc/apt config files? - * Supporting really automatic "pbuilder upgrade" + * Supporting really automatic/noninteractive "pbuilder upgrade" - how about passing "-o dpkg::Options=--force-confnew" to apt? and also making "start-stop-daemon" to be a dummy script? + (shouldn't be necessary because the config files won't be overwritten?) - using policy-rc.d ? Get people to use invoke-rc.d? * Supporting non-root users running. - current recommended procedure is to use a "sudo" setup. - is it possible to use root privilage only when required? + * Supporting arbitrary mount --bind for inside chroot. + - some critical checking. + - how to clean up afterwards safely. + $Id$ diff --git a/debian/changelog b/debian/changelog index f2e0c66..f3e4f35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,16 @@ pbuilder (0.19) unstable; urgency=low - * new version, not yet released + * "I know that the debootstrap version in sid doesn't work. + You need to fix the mistakes in debootstrap." release * Improved "pbuilder update/create/build" temp file cleaning process, - so that in most cases it will be cleaned. (needs to be verified) - * documented a workaround to some problems in README.Debian (needs to be verified) + so that in most cases it will be cleaned. In some conditions, temp + file will still remain, but really, there is not much atomicity in shell? * pbuilder.1 typo fixed. - * --logfile option should be better implemented, but still more work required? + * --logfile option now seems to function properly, as expected. * ~/.pbuilderrc is checked for user configs. (closes: #131181) + * more documentation, noting about dangers of mount --bind. - -- Junichi Uekawa <dancer@debian.org> Mon, 28 Jan 2002 04:12:04 +0900 + -- Junichi Uekawa <dancer@debian.org> Thu, 31 Jan 2002 19:09:11 +0900 pbuilder (0.18) unstable; urgency=low |