[Devel-en] ABF is having a rest. Mirror of rosa2023.1
Mikhail Novosyolov
m.novosyolov at rosalinux.ru
Tue May 2 15:28:33 MSK 2023
Hello everyone, happy spring to all of you.
ABf is under maintenance, disks became slow and are being slowly copied to a new storage.
That is why ABF, abf-downloads and file-store are currently offline.
Estimate time when they will become online is ~10 May, unfortunately, disks are being copied very slowly.
Repositories of rosa2021.1 are on http://mirror.rosalinux.ru which is online, but repositories of rosa2023.1 were hosted on abf-downloads.rosalinux.ru and are currently offline.
But there is a fresh copy of them available here: http://do1.nixtux.ru/download/rosa2023.1/repository
Here is a copy of mostly all git repositories with branches for all platforms:
http://do1.nixtux.ru/download/rosa2023.1/rosa-gits.tar.zst (~1.6 GiB, MD5 c573153a5f3586edaba5b83d3931ef9a)
How to use it: unpack, git clone /path/to/unpacked/xxx.git -b rosa2023.1
I also have a copy of SRPMS, but did not publish them, write to me which SRPM you need if you need something from .abf.yml while file-store is offline.
Here is a git of scripts which build ISO images: http://do1.nixtux.ru/download/rosa2023.1/rosa-build-iso.tar
A manual how to use them is here: http://wiki.rosalab.ru/ru/index.php/Локальная_сборка_ISO (in Russian, but comments in the code of build-iso-abf.sh are in English).
Example how to build an XFCE-mini image from do1.nixtux.ru:
sudo ABF=0 DISTROSYNC=0 DE=xfce-mini PLATFORM=rosa2023.1 DISABLE_STANDARD_REPOS=1 ADD_REPOS="http://do1.nixtux.ru/download/rosa2023.1/repository/x86_64/main/release/ http://do1.nixtux.ru/download/rosa2023.1/repository/x86_64/contrib/release/" LIVECD_CREATOR_EXTRA_ARGS="--cache=/var/tmp/livecd-creator-cache"
./build-iso-abf.sh
rosa-build-iso can be safely run on the local system (with ABF=0 DISTROSYNC=0). rosa2023.1 images can be built on the rosa2021.1 host.
Note LIVECD_CREATOR_EXTRA_ARGS which instructs to cache downloaded packages locally to make rebuilds faster.
Scripts, which build rootfs images, are here: https://github.com/mikhailnov/docker-rosa
More information about the Devel-en
mailing list