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

try newest version

parent a4a44122
Branches master
No related tags found
No related merge requests found
Pipeline #8670 failed
......@@ -29,12 +29,23 @@ EOSOURCES
apt update -qqq
apt install -yqqq git devscripts build-essential
git clone https://salsa.debian.org/debian/openafs
git clone -n --depth=1 --filter=tree:0 https://salsa.debian.org/debian/openafs
cd openafs
git sparse-checkout set --no-cone debian
git checkout
mv debian ..
cd ..
rm -rf openafs
git clone -b openafs-stable-1_8_11 https://git.openafs.org/openafs.git
mv debian openafs
cd openafs
#git clone https://salsa.debian.org/debian/openafs
#cd openafs
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --yes' debian/control
dpkg-buildpackage -uc -us -b > ../build.log 2>&1 || true
dpkg-buildpackage -uc -us -b || true
cd ..
mkdir build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment