[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.45-102-g4c48ac2

Andreas Beckmann debian at abeckmann.de
Fri Aug 3 08:51:37 UTC 2012


The following commit has been merged in the develop branch:
commit 4c9dff0c9998bf667635706b4e0c0a891956ade0
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Jul 18 23:06:31 2012 +0200

    DefaultType text/plain
    
    set to text/plain for the logfiles
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/README_piatti.txt b/README_piatti.txt
index f642add..32ec417 100644
--- a/README_piatti.txt
+++ b/README_piatti.txt
@@ -49,6 +49,8 @@ piupartss       ALL=(ALL) NOPASSWD: ALL
 
         DocumentRoot /org/piuparts.debian.org/htdocs
 
+        DefaultType text/plain
+
         HostnameLookups Off
         UseCanonicalName Off
         ServerSignature On
diff --git a/conf/piuparts.apache b/conf/piuparts.apache
index 8128274..7949d52 100644
--- a/conf/piuparts.apache
+++ b/conf/piuparts.apache
@@ -5,6 +5,8 @@ Alias /piuparts /var/lib/piuparts/htdocs
   Allow from all
 
   Options indexes
+
+  DefaultType text/plain
 </Directory>
 
 
diff --git a/debian/changelog b/debian/changelog
index afa8a0e..1e5588f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ piuparts (0.46) UNRELEASED; urgency=low
   * Makefile:
     - Separate build and install targets.
     - Adjust for new layout, cleanup, simplify.
+  * conf/piuparts.apache: Set DefaultType text/plain (for the logfiles).
   * New helper script: master-bin/reclassify_bugged.
   * New custom script post_setup_forbid_home: replace /home with a file to
     prevent creating home directories there.  (Closes: #677332)

-- 
piuparts git repository



More information about the Piuparts-commits mailing list