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

there must be message for dch -l

logging to file instead of stdout
parent 024031c0
No related branches found
No related tags found
No related merge requests found
Pipeline #1420 failed
......@@ -4,6 +4,7 @@ set -x
# Nastaveni promennych, pokud je SINVERSION zakomentovana, pokusime se odhadnout nejnovejsi
export DEBIAN_FRONTEND=noninteractive
export DEBEMAIL="Pavel Vondruska <vondruska@cesnet.cz>"
# Nacteni promennych o bezicim systemu vcetne verzi
. /etc/os-release
......@@ -43,14 +44,16 @@ for i in `find meta -type f`; do echo $i; done >> series
cd ..
cd ..
dch -l "+zs"
dch -l "+zs" "MetaCentrum patches"
for i in `ls debian/patches/meta`; do dch -a "$i"; done
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --yes' debian/control
# Build balicku
# Build balicku (poprve skonci hned chybou)
dpkg-buildpackage -uc -us -b || true
dpkg-buildpackage -uc -us -b > ../build.log 2>&1 || true
cd ..
mkdir build
mv build.log build/
mv *.deb build/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment