mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
Add buster in debian-elts
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
01f7693c23
commit
c2051ee938
|
|
@ -11,9 +11,9 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
||||||
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
|
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
|
||||||
|
|
||||||
# see https://www.freexian.com/lts/extended/ for possible values
|
# see https://www.freexian.com/lts/extended/ for possible values
|
||||||
codenames=(jessie stretch)
|
codenames=(jessie stretch buster)
|
||||||
components=(main,contrib,non-free main,contrib,non-free)
|
components=(main,contrib,non-free main,contrib,non-free main,contrib,non-free)
|
||||||
architectures=(i386,amd64,armhf,armel i386,amd64,armhf)
|
architectures=(i386,amd64,armhf,armel i386,amd64,armhf i386,amd64,arm64,armhf)
|
||||||
|
|
||||||
"$apt_sync" --delete "${UPSTREAM}" "$(join_by , "${codenames[@]}")" "$(join_by : "${components[@]}")" "$(join_by : "${architectures[@]}")" "$BASE_PATH"
|
"$apt_sync" --delete "${UPSTREAM}" "$(join_by , "${codenames[@]}")" "$(join_by : "${components[@]}")" "$(join_by : "${architectures[@]}")" "$BASE_PATH"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue