aboutsummaryrefslogtreecommitdiffstats
path: root/repoctl.conf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-12-13 20:09:39 +0000
committerNicolas Vigier <boklm@mageia.org>2011-12-13 20:09:39 +0000
commited096ce513bebeda238d45567edc22904a841c76 (patch)
treef9825e82db9801d9ebb44f8bbd2b5a640a46f998 /repoctl.conf
parentd191623593fc46509363d732c93b2a745a96cc0e (diff)
downloadrepoctl-ed096ce513bebeda238d45567edc22904a841c76.tar
repoctl-ed096ce513bebeda238d45567edc22904a841c76.tar.gz
repoctl-ed096ce513bebeda238d45567edc22904a841c76.tar.bz2
repoctl-ed096ce513bebeda238d45567edc22904a841c76.tar.xz
repoctl-ed096ce513bebeda238d45567edc22904a841c76.zip
- update timestamp file at the root of the mirror tree, when mirroring
a distribution - generate a signed file at the root of the mirror tree containing : * sha1sum of timestamp file * sha1sum of MD5SUM files of all repositories * sha1sum of pubkey files of all repositories This file can be used to check that a mirror tree has not been modified.
Diffstat (limited to 'repoctl.conf')
-rw-r--r--repoctl.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/repoctl.conf b/repoctl.conf
index c740b08..1c4cb9e 100644
--- a/repoctl.conf
+++ b/repoctl.conf
@@ -7,10 +7,16 @@ else
fi
lockdir=/var/lib/repoctl/locks
hdlistsdir=/var/lib/repoctl/hdlists
-distribdir=/distrib/bootstrap/distrib
-finaldistribdir=/distrib/mirror/distrib
+rootdir=/distrib/bootstrap
+finalrootdir=/distrib/mirror
+distribdir=$rootdir/distrib
+finaldistribdir=$finalrootdir/distrib
distroreleases='1'
distrosections='core nonfree tainted'
sectionsrepos="release updates updates_testing backports backports_testing"
arches='i586 x86_64'
mirror_rsync_options="--dry-run --delete -alH"
+timestampfile="mageia_timestamp"
+sha1sumfile="mageia_sha1sum"
+sha1sumsigfile="mageia_sha1sum.gpg"
+sign_mirror_sha1sum=/usr/local/bin/sign_mirror_sha1sum