Meliurwen 3 years ago
parent 04e3c66415
commit 388a21d35d
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 6
      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

Loading…
Cancel
Save