Skip to content

Commit

Permalink
Deprecate Debian 10
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
  • Loading branch information
carrodher committed Jul 1, 2024
1 parent 574527a commit 7ec82c4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ We provide a Makefile to help you build Minideb locally. It should be run on a D
$ sudo make
```

To build an individual release (buster, bullseye, or bookworm)
To build an individual release (bullseye or bookworm)
```
$ sudo make bookworm
```
Expand Down
3 changes: 1 addition & 2 deletions buildall
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ set -o pipefail

arch=${1:-"amd64 arm64"}

dist="buster
bullseye
dist="bullseye
bookworm
"
for a in $arch; do
Expand Down
2 changes: 0 additions & 2 deletions mkimage
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ if [ "$DIST" == "bookworm" ]; then
elif [ "$DIST" == "bullseye" ]; then
echo "deb ${repo_url} $DIST-updates main" >> "$rootfsDir/etc/apt/sources.list"
echo "deb ${sec_repo_url_2} $DIST-security main" >> "$rootfsDir/etc/apt/sources.list"
elif [ "$DIST" == "buster" ]; then
echo "deb ${sec_repo_url_2} $DIST/updates main" >> "$rootfsDir/etc/apt/sources.list"
fi

rootfs_chroot apt-get update
Expand Down
3 changes: 1 addition & 2 deletions pushall
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ set -e
set -u
set -o pipefail

DISTS="buster
bullseye
DISTS="bullseye
bookworm
"
LATEST=bookworm
Expand Down
3 changes: 1 addition & 2 deletions pushmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ set -e
set -u
set -o pipefail

DISTS=${DISTS:-"buster
bullseye
DISTS=${DISTS:-"bullseye
bookworm
latest
"}
Expand Down

0 comments on commit 7ec82c4

Please sign in to comment.