Skip to content
Snippets Groups Projects
Commit b924c797 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

Verze 7.4.5

parent 6e5ed0c2
Branches
No related tags found
No related merge requests found
Pipeline #11231 failed
build:bullseye:
build:bookworm:
cache: []
image: debian:bullseye
image: debian:bookworm
script:
- ./make.sh
artifacts:
......
......@@ -27,17 +27,18 @@ EOSOURCES
# Instalace buildovacich veci a zavislosti
apt update -qqq
apt install -yqqq git devscripts build-essential libcurl4-openssl-dev libblkid-dev xfslibs-dev
apt install -yqqq git devscripts equivs
git clone https://git.beegfs.io/pub/v7
cd v7
git clone --depth 1 --branch 7.4.5 https://github.com/ThinkParQ/beegfs
sed "s/0-dev/7.3.1/g" debian/changelog -i
cd beegfs
sed "s/0-dev/7.4.5/g" debian/changelog -i
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --yes' debian/control
dpkg-buildpackage -uc -us -b
make package-deb PACKAGE_DIR=packages BEEGFS_VERSION=7.4.5
cd ..
mkdir build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment