From cb14a9f29b816d3db73803655989d9986962bc71 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 22 Sep 2021 21:38:42 +0100 Subject: [PATCH] Also update the code layout, sid->bookworm --- Makefile | 6 +++--- data/sid | 2 +- tools/boot/sid | 2 +- tools/sid | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 tools/sid diff --git a/Makefile b/Makefile index 211bd339..31fb8ea7 100755 --- a/Makefile +++ b/Makefile @@ -191,14 +191,14 @@ $(DB_DIR): $(LATEST_DB) fi endif -# Make sure unstable/sid points to testing/buster, as there is no build +# Make sure unstable/sid points to testing/bookworm, as there is no build # rule for unstable/sid. unstable-map: $(Q)if [ ! -d $(BASEDIR)/data/sid ] ; then \ - ln -s buster $(BASEDIR)/data/sid ; \ + ln -s bookworm $(BASEDIR)/data/sid ; \ fi $(Q)if [ ! -d $(BASEDIR)/tools/boot/sid ] ; then \ - ln -s buster $(BASEDIR)/tools/boot/sid ; \ + ln -s bookworm $(BASEDIR)/tools/boot/sid ; \ fi ################# diff --git a/data/sid b/data/sid index 91bf492f..5b206cd0 120000 --- a/data/sid +++ b/data/sid @@ -1 +1 @@ -bullseye \ No newline at end of file +bookworm \ No newline at end of file diff --git a/tools/boot/sid b/tools/boot/sid index 91bf492f..5b206cd0 120000 --- a/tools/boot/sid +++ b/tools/boot/sid @@ -1 +1 @@ -bullseye \ No newline at end of file +bookworm \ No newline at end of file diff --git a/tools/sid b/tools/sid new file mode 120000 index 00000000..5b206cd0 --- /dev/null +++ b/tools/sid @@ -0,0 +1 @@ +bookworm \ No newline at end of file