Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 19, 2024
1 parent 8ead920 commit 15da53d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .aptly
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"ppaCodename": "",
"skipContentsPublishing": false,
"skipBz2Publishing": false,
"FileSystemPublishEndpoints": {},
"FileSystemPublishEndpoints": {
"public": {
"rootDir": "/opt/build/repo/repository",
"linkMethod": "symlink"
},
},
"S3PublishEndpoints": {},
"SwiftPublishEndpoints": {},
"AzurePublishEndpoints": {},
Expand Down
2 changes: 1 addition & 1 deletion debs/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ publish_repository () {
KEY_ID=$(gpg --list-secret-keys --keyid-format LONG "[email protected]" | grep 'sec' | awk '{print $2}' | cut -d'/' -f2)
# echo "NOTHING" > "${PUBLIC_DIR}/index.html"
for repo in "${REPOS[@]}"; do
"${APTLY[@]}" publish repo -gpg-key="$KEY_ID" -distribution "${PUBLIC_DIR}" "$repo"
"${APTLY[@]}" publish repo -gpg-key="$KEY_ID" -d "${repo}" -endpoint public "$repo"
done
}

Expand Down

0 comments on commit 15da53d

Please sign in to comment.