[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, master, updated. 0.6-7-g73db543

Andreas B. Mundt andi.mundt at web.de
Sun Jul 1 12:15:30 UTC 2012


The following commit has been merged in the master branch:
commit 73db543fe0ce13174443b9316198960c15bd538d
Author: Andreas B. Mundt <andi.mundt at web.de>
Date:   Sun Jul 1 14:15:19 2012 +0200

    Fix relative path and modify repository description.
    
    Using "Debian" as origin enables the local repository for
    automatic upgrades by the unattended-upgrades package.

diff --git a/fai/config/scripts/SERVER_A/60-APTrepository b/fai/config/scripts/SERVER_A/60-APTrepository
index 17b555d..0211960 100755
--- a/fai/config/scripts/SERVER_A/60-APTrepository
+++ b/fai/config/scripts/SERVER_A/60-APTrepository
@@ -19,7 +19,7 @@ cat > $target$APT_REPO_DIR/dists/stable/main/binary-i386/Release << EOF
 Archive: stable
 Version: 6.0
 Component: main
-Origin: DebianLAN
+Origin: Debian
 Label: DebianLAN
 Architecture: i386
 EOF
@@ -32,7 +32,7 @@ sed "s/i386/source/" $target$APT_REPO_DIR/dists/stable/main/binary-i386/Release
 
 cat > $target$APT_REPO_DIR/aptftp.conf <<EOF
 APT::FTPArchive::Release {
-  Origin "DebianLAN";
+  Origin "Debian";
   Label "DebianLAN";
   Suite "stable";
   Architectures "i386 amd64 source";
@@ -106,8 +106,8 @@ fi
 
 ## Create archive, make sure all packages are readable by www-data:
 
-chgrp www-data /pool/main/*.deb
-chmod g+r      /pool/main/*.deb
+chgrp www-data pool/main/*.deb
+chmod g+r      pool/main/*.deb
 
 apt-ftparchive generate -c=aptftp.conf aptgenerate.conf
 apt-ftparchive release  -c=aptftp.conf dists/stable > dists/stable/Release

-- 
Debian-LAN development and packaging



More information about the debian-lan-devel mailing list