summaryrefslogtreecommitdiffstats
path: root/renew-config
diff options
context:
space:
mode:
Diffstat (limited to 'renew-config')
-rwxr-xr-xrenew-config5
1 files changed, 1 insertions, 4 deletions
diff --git a/renew-config b/renew-config
index 4743b0f..a7e8314 100755
--- a/renew-config
+++ b/renew-config
@@ -17,10 +17,7 @@ if [ -n "$(git rev-list HEAD..origin/master)" ]; then
fi
# update symlinks (needed for repo validation)
-ln -s -f "$REAL/Metadata/pingdata.xml" Metadata/pingdata.xml
-ln -s -f "$REAL/Packages/cache" Packages/cache
-ln -s -f "$REAL/Probes/probed.xml" Probes/probed.xml
-ln -s -f "$REAL/Properties/secrets.xml" Properties/secrets.xml
+$(dirname $0)/prepare-repository
if ! bcfg2-lint -Q "$REPO"; then
error "$REPO: bcfg2-lint detected errors."