aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordancer <dancer>2002-12-15 04:05:08 +0000
committerdancer <dancer>2002-12-15 04:05:08 +0000
commit3d681c0b61c40ff3ae07cedbe561ea4c3c6cdcb5 (patch)
tree716321d15cbb41d8cc91d012a61b9d4298cab8c7 /ChangeLog
parentb250aa16c7d35005a50593d17884b6aa1309e57a (diff)
downloadpbuilder-3d681c0b61c40ff3ae07cedbe561ea4c3c6cdcb5.tar
pbuilder-3d681c0b61c40ff3ae07cedbe561ea4c3c6cdcb5.tar.gz
do not read-lock
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a0e330..0a94f71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
2002-12-15 Junichi Uekawa <dancer@debian.org>
+ * THANKS: update this file, thinking that this file is probably autogenerated from
+ ChangeLog on other projects...
+
* pbuilder-modules (pbuilder-options): modify the ordering of scripts so that
concurrent-build experience is more active.
+ (pbuilder-options): extraction does not need the locking, does it?
+ I can ignore the locks while extracting. Creating the tarball needs to
+ lock the file. mv will not replace inodes, and running extraction routines
+ will not be affected by it.
+ Therefore I am removing the locking completely from extraction routines.
+ At request of Sam Couter <sam@couter.dropbear.id.au>
2002-12-13 Junichi Uekawa <dancer@debian.org>