summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-10-30 17:18:55 +0000
committerFrans Pop <elendil@planet.nl>2006-10-30 17:18:55 +0000
commit56df3e239c2cd0146e849d7c876517029a2f5333 (patch)
tree3a2ad7db9e8f3be166ddb25ccc211466eee4d625
parent617e3bb1aa4edb11c49616a6ca488c36e479516f (diff)
downloadinstallation-guide-56df3e239c2cd0146e849d7c876517029a2f5333.zip
Add misplaced entry
-rwxr-xr-xbuild/buildone.sh2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index 286a26f4b..f04212770 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -312,7 +312,7 @@ for format in $formats ; do
done
# Clean up
-rm -r $tempdir
+#rm -r $tempdir
# Evaluate the overall results
[ -n "$BUILD_SKIP" ] && echo "Info: The following formats were skipped:$BUILD_SKIP"
diff --git a/debian/changelog b/debian/changelog
index 539f940a7..0ed4ef844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -54,6 +54,7 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low
in preseed text file as it is still somewhat experimental.
* Document changes in guided partitioning and added encrypted LVM support.
* Disable m68k for official builds as it is not a release architecture.
+ * buildweb.sh: use 'mv -f' to avoid errors during builds on the webserver.
* Minor corrections reported by Clytie Siddall. Closes: #394413, #394471.
* Update task sizes as per D-I RC1.
* New troubleshooting section on how to deal with CD-ROM related problems.