[SCM] pkg-kde repository scripts branch, master, updated. 1d7b3e9b21b7bf672f31188a48f226a9cf030a2c
Modestas Vainius
modax-guest at alioth.debian.org
Fri Nov 13 18:40:39 UTC 2009
The following commit has been merged in the master branch:
commit 1d7b3e9b21b7bf672f31188a48f226a9cf030a2c
Author: Modestas Vainius <modestas at vainius.eu>
Date: Fri Nov 13 20:38:07 2009 +0200
Reference conf file by full path in repository-updated script.
---
repository-updated | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/repository-updated b/repository-updated
index efe88f7..7b0977f 100755
--- a/repository-updated
+++ b/repository-updated
@@ -6,7 +6,7 @@ set -e
RECENTLOG="$LOG_DIR/recent.log"
FULLLOG="$LOG_DIR/repository.log"
-SUITES=`grep '^Suite: ' conf/distributions | sed 's/^Suite:\s\+//'`
+SUITES=`grep '^Suite: ' "$REPO/conf/distributions" | sed 's/^Suite:\s\+//'`
echo_mail_body() {
echo "The following repository change(s) were made in the last (10) minutes:"
--
pkg-kde repository scripts
More information about the pkg-kde-commits
mailing list