[SCM] pkg-kde repository scripts branch, master, updated. 546aa196e2ffc1e8dea9dc660f4c0f48db32e393

Modestas Vainius modax at alioth.debian.org
Wed Oct 20 17:10:52 UTC 2010


The following commit has been merged in the master branch:
commit 546aa196e2ffc1e8dea9dc660f4c0f48db32e393
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Wed Oct 20 20:09:18 2010 +0300

    Use newer repository key.
---
 conf/distributions |    6 +++---
 repository-updated |    2 +-
 repository.conf    |    3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/conf/distributions b/conf/distributions
index 5852e0c..5ba44d3 100644
--- a/conf/distributions
+++ b/conf/distributions
@@ -6,7 +6,7 @@ Origin: pkg-kde
 Version: 5.1
 Description: Packages intended for unstable
 Tracking: all includechanges
-SignWith: 7137AF9F58241E05
+SignWith: E79C8BAB
 Log: recent.log
  --changes ${__REPOSITORY_PATH__}/process-changes
 
@@ -19,7 +19,7 @@ Origin: pkg-kde
 Version: 5.1
 Description: Repository for experimental packages
 Tracking: all includechanges
-SignWith: 7137AF9F58241E05
+SignWith: E79C8BAB
 NotAutomatic: yes
 ButAutomaticUpgrades: yes
 Log: recent.log
@@ -33,7 +33,7 @@ Origin: pkg-kde
 Version: 5.1
 Description: Repository for experimental snapshots provided by Debian Qt/KDE Teams
 Tracking: all includechanges
-SignWith: 7137AF9F58241E05
+SignWith: E79C8BAB
 NotAutomatic: yes
 ButAutomaticUpgrades: yes
 Log: recent.log
diff --git a/repository-updated b/repository-updated
index 43fd110..dbb3c85 100755
--- a/repository-updated
+++ b/repository-updated
@@ -35,7 +35,7 @@ if [ -s "$RECENTLOG" ]; then
 
 	# Mail recent log
 	echo_mail_body | gpg --homedir "$REPO/keyring" --no-permission-warning \
-		             --default-key 7137AF9F58241E05 --output - --clearsign - | \
+		             --default-key $REPO_KEY --output - --clearsign - | \
 		mail "$MAILTO" -s "$MAIL_SUBJECT"
 fi
 
diff --git a/repository.conf b/repository.conf
index dd2c9e4..3fef275 100644
--- a/repository.conf
+++ b/repository.conf
@@ -16,6 +16,9 @@ ARCHIVE_DIR="$REPO/archive"
 # Path to reprepro logs
 LOG_DIR="$REPO/logs"
 
+# Repository key
+REPO_KEY="E79C8BAB"
+
 # Path to the temporary file where distro to flood at the end of
 # processincoming should be written
 FLOOD_DISTROS="$REPO/flood_distros"

-- 
pkg-kde repository scripts



More information about the pkg-kde-commits mailing list