From de330518db13ca0a6bb9d0a4227f842d2a8ca941 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 17 May 2015 21:20:56 -0400 Subject: clean up configuration --- config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config b/config index 51d89ea..f494a53 100644 --- a/config +++ b/config @@ -1,4 +1,4 @@ -#!/bin/bash # non-executable, but put this there as a hint to text editors +#!/hint/bash case "$USER" in db-import-packages) _name=import-packages;; @@ -11,12 +11,12 @@ PKGREPOS=() PKGPOOL='' SRCPOOL='' -CLEANUP_DESTDIR="/srv/http/repo/private/${_name}/package-cleanup" +CLEANUP_DESTDIR="/srv/repo/private/${_name}/package-cleanup" CLEANUP_DRYRUN=false # Time in days to keep moved packages CLEANUP_KEEP=30 -SOURCE_CLEANUP_DESTDIR="/srv/http/repo/private/${_name}/source-cleanup" +SOURCE_CLEANUP_DESTDIR="/srv/repo/private/${_name}/source-cleanup" SOURCE_CLEANUP_DRYRUN=false # Time in days to keep moved sourcepackages SOURCE_CLEANUP_KEEP=14 @@ -39,7 +39,7 @@ SRCEXT=".src.tar.gz" #ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2' 'LGPL2.1') # Where to send error emails, and who they are from -LIST="dev@lists.parabolagnulinux.org" +LIST="dev@lists.parabola.nu" FROM="dbscripts+${_name}@$(hostname -f)" # Override default config with config.local -- cgit v1.2.3-2-g168b