We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae95e0 commit 1204b5aCopy full SHA for 1204b5a
buildkite/scripts/debian/install.sh
@@ -59,7 +59,8 @@ source ./scripts/debian/aptly.sh start --codename $MINA_DEB_CODENAME --debians $
59
echo "Installing mina packages: $DEBS"
60
echo "deb [trusted=yes] http://localhost:8080 $MINA_DEB_CODENAME unstable" | $SUDO tee /etc/apt/sources.list.d/mina.list
61
62
-$SUDO apt-get update --yes
+# Update apt packages for the new repo, preserving all others
63
+$SUDO apt-get update --yes -o Dir::Etc::sourcelist="sources.list.d/mina.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
64
$SUDO apt-get remove --yes "${debs[@]}"
65
$SUDO apt-get install --yes --allow-downgrades "${debs_with_version[@]}"
66
0 commit comments