Compare commits

...

4 Commits

Author SHA1 Message Date
TW 87aab31302
Merge pull request #8197 from ThomasWaldmann/remove-experimental-1.4
recreate: remove experimental status
2024-04-22 15:06:13 +02:00
TW 41a2f0a7be
Merge pull request #8195 from ThomasWaldmann/drop-buster-1.4
vagrant: drop buster VM, fixes #8171
2024-04-22 15:05:26 +02:00
Thomas Waldmann 8dcf279972
recreate: remove experimental status
We have this since quite a while and there were no major complaints.
2024-04-22 15:03:53 +02:00
Thomas Waldmann 90ea511bb7
vagrant: drop buster VM, fixes #8171 2024-04-22 14:41:44 +02:00
3 changed files with 1 additions and 19 deletions

16
Vagrantfile vendored
View File

@ -329,22 +329,6 @@ Vagrant.configure(2) do |config|
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("bullseye64", ".*none.*")
end
config.vm.define "buster64" do |b|
b.vm.box = "debian/buster64"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end
b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
b.vm.provision "packages debianoid", :type => :shell, :inline => packages_debianoid("vagrant")
b.vm.provision "install pyenv", :type => :shell, :privileged => false, :inline => install_pyenv("buster64")
b.vm.provision "install pythons", :type => :shell, :privileged => false, :inline => install_pythons("buster64")
b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_pyenv_venv("buster64")
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg("llfuse")
b.vm.provision "install pyinstaller", :type => :shell, :privileged => false, :inline => install_pyinstaller()
b.vm.provision "build binary with pyinstaller", :type => :shell, :privileged => false, :inline => build_binary_with_pyinstaller("buster64")
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("buster64", ".*none.*")
end
config.vm.define "freebsd64" do |b|
b.vm.box = "generic/freebsd14"
b.vm.provider :virtualbox do |v|

View File

@ -52,8 +52,7 @@ h1 {
}
.container.experimental,
#debugging-facilities,
#borg-recreate {
#debugging-facilities {
/* don't change text dimensions */
margin: 0 -30px; /* padding below + border width */
padding: 0 10px; /* 10 px visual margin between edge of text and the border */

View File

@ -12,7 +12,6 @@ check_and_copy () {
echo ""
}
check_and_copy buster64 borg-linux-glibc228
check_and_copy bullseye64 borg-linux-glibc231
check_and_copy bookworm64 borg-linux-glibc236