Skip to content

Commit

Permalink
freebsd-pkg: Add PkgBase (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykla authored Oct 28, 2024
1 parent a81fbf5 commit b9d9625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd-pkg/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
fi

while read platform; do
for channel in latest quarterly; do
for channel in latest quarterly base_latest base_weekly base_release_0 base_release_1; do
if $CURL_WRAP -sLIf -o /dev/null $FBSD_PKG_UPSTREAM/$platform/$channel/packagesite.txz; then
channel_sync $FBSD_PKG_UPSTREAM/$platform/$channel $TO/$platform/$channel
fi
Expand Down

0 comments on commit b9d9625

Please sign in to comment.