[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.13-38-g066929d



The following commit has been merged in the master branch:
commit 066929d13f35ce1b619d2b81a5cd19fd2c5542fa
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jun 23 09:01:59 2013 +0200

    reporting/config: Replace /org with /srv
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index a053a66..b020d77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,8 @@ lintian (2.5.14) UNRELEASED; urgency=low
   * lib/Lintian/{Path,Util}.pm:
     + [NT] Remove deprecated methods.
 
+  * reporting/config:
+    + [NT] Replace /org with /srv.
   * reporting/harness:
     + [NT] Fix bug where harness might schedule the same group
       multiple times.  (Closes: #710380)
diff --git a/reporting/config b/reporting/config
index 197c031..661ac78 100644
--- a/reporting/config
+++ b/reporting/config
@@ -1,8 +1,8 @@
 # Hey emacs! This is a -*- Perl -*- script!
 # config -- configuration file for Lintian reporting harness
 
-$HOME = "/org/lintian.debian.org";
-$LINTIAN_ARCHIVEDIR = "/org/ftp.debian.org/ftp";
+$HOME = "/srv/lintian.debian.org";
+$LINTIAN_ARCHIVEDIR = "/srv/ftp.debian.org/ftp";
 $LINTIAN_MIRROR_NAME = "ftp-master.debian.org";
 $LINTIAN_DIST = "sid";
 $LINTIAN_AREA = "main";

-- 
Debian package checker


Reply to: