[SCM] pkg-kde repository scripts branch, master, updated. 4852b7107e5f6f45d4b46ede3af0afa3685f2f68

Modestas Vainius modax at alioth.debian.org
Mon Nov 15 00:04:44 UTC 2010


The following commit has been merged in the master branch:
commit 2052c5907d729db7a21d4a3fe9c6079338c387ab
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Nov 15 01:59:51 2010 +0200

    Use relative paths in the reprepro conf files whenever possible.
---
 conf/distributions |    6 +++---
 conf/options       |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf/distributions b/conf/distributions
index 5ba44d3..16c3248 100644
--- a/conf/distributions
+++ b/conf/distributions
@@ -8,7 +8,7 @@ Description: Packages intended for unstable
 Tracking: all includechanges
 SignWith: E79C8BAB
 Log: recent.log
- --changes ${__REPOSITORY_PATH__}/process-changes
+ --changes ../process-changes
 
 Codename: exp
 Suite: experimental
@@ -23,7 +23,7 @@ SignWith: E79C8BAB
 NotAutomatic: yes
 ButAutomaticUpgrades: yes
 Log: recent.log
- --changes ${__REPOSITORY_PATH__}/process-changes
+ --changes ../process-changes
 
 Codename: exp-snapshots
 Suite: experimental-snapshots
@@ -37,4 +37,4 @@ SignWith: E79C8BAB
 NotAutomatic: yes
 ButAutomaticUpgrades: yes
 Log: recent.log
- --changes ${__REPOSITORY_PATH__}/process-changes
+ --changes ../process-changes
diff --git a/conf/options b/conf/options
index a20e6a4..5741c92 100644
--- a/conf/options
+++ b/conf/options
@@ -1,5 +1,5 @@
-outdir ${__REPOSITORY_PATH__}/archive
+outdir +b/archive
 ignore brokensignatures
 ignore missingfile
-gnupghome ${__REPOSITORY_PATH__}/keyring
+gnupghome +b/keyring
 silent

-- 
pkg-kde repository scripts



More information about the pkg-kde-commits mailing list