taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a08bed696de035059982c726bbb970ca3ee77e9b
parent d8edfd6d265c332678d832de12ae6d06e3d05524
Author: Devan Carpenter <devan@taler.net>
Date:   Tue, 13 Feb 2024 13:05:30 -0500

aptly: publish list of all packages

Diffstat:
Maptly/aptly-publish.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/aptly/aptly-publish.sh b/aptly/aptly-publish.sh @@ -13,3 +13,6 @@ aptly repo create -distribution=bookworm -component=main taler-ci-snapshots aptly repo add taler-ci-snapshots /home/aptbuilder/incoming/bookworm-taler-ci || true aptly snapshot create "taler-${DATESTAMP}" from repo taler-ci-snapshots aptly -gpg-provider="gpg2" publish -architectures="amd64,arm64" switch bookworm "taler-${DATESTAMP}" + +# Publish a list of all packages in the repo +aptly repo show -with-packages taler-ci-snapshots > "${REPOROOT}"/packages.txt