diff --git a/build.sh b/build.sh index 6352c9a..54d86d9 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,8 @@ BUILDDIR=/data/build/ DEB_VERSIONS=( stretch xenial yakkety zasty artful ) +aptly repo create cloudover + for NAME in "${PACKAGES[@]}" ; do rm -rf $BUILDDIR/build-repo-$NAME git clone https://github.com/cloudover/$NAME $BUILDDIR/build-repo-$NAME