mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
same
This commit is contained in:
parent
78b1701ea9
commit
5552d9cae5
1 changed files with 7 additions and 13 deletions
|
@ -175,27 +175,21 @@ function from_stable_to_another_version()
|
||||||
|
|
||||||
for DIST in "buster" # Add new debian version here
|
for DIST in "buster" # Add new debian version here
|
||||||
do
|
do
|
||||||
for YNH_BRANCH in "stable" "testing" "unstable"
|
for ARCH in "$(get_arch)"
|
||||||
do
|
do
|
||||||
for ARCH in "$(get_arch)"
|
rebuild_base_lxc "stable" $DIST $ARCH
|
||||||
|
|
||||||
|
for YNH_BRANCH in "testing" "unstable"
|
||||||
do
|
do
|
||||||
if [ "$YNH_BRANCH" == "stable" ]
|
from_stable_to_another_version $YNH_BRANCH $DIST $ARCH
|
||||||
then
|
|
||||||
rebuild_base_lxc $YNH_BRANCH $DIST $ARCH
|
|
||||||
else
|
|
||||||
from_stable_to_another_version $YNH_BRANCH $DIST $ARCH
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
for DIST in "bullseye" # Add new debian version here
|
for DIST in "bullseye" # Add new debian version here
|
||||||
do
|
do
|
||||||
for YNH_BRANCH in "unstable"
|
for ARCH in "$(get_arch)"
|
||||||
do
|
do
|
||||||
for ARCH in "$(get_arch)"
|
rebuild_base_lxc "unstable" $DIST $ARCH
|
||||||
do
|
|
||||||
rebuild_base_lxc $YNH_BRANCH $DIST $ARCH
|
|
||||||
done
|
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue