cd "$REPO_DIR"
local url="$1"
if [ ! -f "mirrors" ] ; then
- ln -s rpm-build-tools/mirrors .
+ ln -s scripts/mirrors .
fi
IFS="|"
mkdir -p $TOP_DIR $rpmdir $buildir $srpmdir
cd "$TOP_DIR"
- if [ ! -e ../rpm-build-tools ]; then
- git clone ${GIT_SERVER}:${PACKAGES_DIR}/rpm-build-tools.git ../rpm-build-tools
+ if [ ! -e ../scripts ]; then
+ git clone ${GIT_SERVER}:${PACKAGES_DIR}/scripts.git ../scripts
fi
for a in dropin md5 adapter builder mirrors {relup,compile,repackage,pearize}.sh pldnotify.awk; do
- ln -s ../rpm-build-tools/$a .
+ ln -s ../scripts/$a .
done
init_builder
}