summaryrefslogtreecommitdiffstats
path: root/prepare-repository
blob: ad83f5d4e9d5f54616d771761a2b0237bc3ed1c3 (plain)
1
2
3
4
5
6
7
8
9
#/bin/sh

. settings.sh

# update symlinks (needed for repo validation)
ln -s -f "$REAL/Metadata/pingdata.xml" "$REPO/Metadata/pingdata.xml"
ln -s -f "$REAL/Packages/cache" "$REPO/Packages/cache"
ln -s -f "$REAL/Probes/probed.xml" "$REPO/Probes/probed.xml"
ln -s -f "$REAL/Properties/secrets.xml" "$REPO/Properties/secrets.xml"