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