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

. settings.sh

# update symlinks (needed for repo validation)
ln -sf "$REAL/Probes/probed.xml" "$REPO/Probes/probed.xml"
ln -sf "$REAL/Properties/secrets.xml" "$REPO/Properties/secrets.xml"

# update directory symlinks (with --no-dereference)
ln -sfn "$REAL/Packages/cache" "$REPO/Packages/cache"
ln -sfn "$REAL/SSL/private" "$REPO/SSL/private"