Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a4644e58 authored by Robert Nelson's avatar Robert Nelson
Browse files

drop sid


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent f742ba55
Branches
No related merge requests found
......@@ -28,7 +28,6 @@ start_run () {
dist="debian"
deb_arch="riscv64"
suite="trixie" ; runner
suite="sid" ; runner
suite="noble" ; runner
suite="oracular" ; runner
}
......
......@@ -78,14 +78,12 @@ runner () {
start_run () {
deb_arch="riscv64"
suite="trixie" ; runner
suite="sid" ; runner
suite="noble" ; runner
suite="oracular" ; runner
}
cleanup () {
suite="trixie" ; cleanup_suite
suite="sid" ; cleanup_suite
suite="noble" ; cleanup_suite
suite="oracular" ; cleanup_suite
}
......
......@@ -188,7 +188,6 @@ start_run () {
dist="debian"
deb_arch="riscv64"
suite="trixie" ; runner
suite="sid" ; runner
suite="noble" ; runner
suite="oracular" ; runner
}
......
......@@ -51,11 +51,6 @@ arch="riscv64"
options="--include=ca-certificates --exclude=debfoster"
setup_update_sbuild
dist="sid"
arch="riscv64"
options="--include=ca-certificates --exclude=debfoster"
setup_update_sbuild
mirror="http://${proxy}${ubuntu_server}"
#deboot="gutsy"
......
......@@ -28,7 +28,6 @@ start_run () {
dist="debian"
deb_arch="riscv64"
suite="trixie" ; runner
suite="sid" ; runner
suite="noble" ; runner
suite="oracular" ; runner
}
......
......@@ -52,16 +52,6 @@ if [ -d ${DIR}/suite/${suite}/ ] ; then
run
fi
dist="debian"
suite="sid"
if [ -d ${DIR}/suite/${suite}/ ] ; then
rcn_ee_version="${sid_version}"
cat ${DIR}/version.sh | grep -v sid_version > ${DIR}/new-version.sh
echo "${suite}_version=\"~${suite}+${simple_date}\"" >> ${DIR}/new-version.sh
mv ${DIR}/new-version.sh ${DIR}/version.sh
run
fi
dist="debian"
suite="noble"
if [ -d ${DIR}/suite/${suite}/ ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment