diff --git a/repo-main.sh b/repo-main.sh index 4cdd1a5..caea23c 100755 --- a/repo-main.sh +++ b/repo-main.sh @@ -52,15 +52,15 @@ echo "Moving package(s) to the repo..." mkdir -p "${MAIN_DIR}" ./movedebs.sh "${MAIN_DIR}" "${INCOMING_DIR}" "${READY_SUFFIX}" -echo "Installing repository build dependencies (apt)..." -apt-get -qq -y --no-install-recommends install apt-utils > /dev/null +#echo "Installing repository build dependencies (apt)..." +#apt-get -qq -y --no-install-recommends install apt-utils > /dev/null echo "Updating the repo..." REPO_PATH="repo" TEMP_DIR="$(mktemp -d)" ./repo-update.sh "${REPO_PATH}" "${TEMP_DIR}" -apt-get -qq -y --no-install-recommends install gpg gpg-agent +#apt-get -qq -y --no-install-recommends install gpg gpg-agent echo "Checking if is possible to sign the repo..." mkdir -p keys