Skip to content

Revert "Salsa-CI: Allow autopkgtest to fail for now"

Otto Kekäläinen requested to merge otto/debbugs:fix-build into master

This reverts commit 51f0b912.

After this change builds started failing both locally and on Salsa-CI:

install -m644 -p html/htaccess /builds/otto/debbugs/debian/output/source_dir/debian/tmp/var/lib/debbugs/www/db/.htaccess
install -m644 -p html/bugs.css /builds/otto/debbugs/debian/output/source_dir/debian/tmp/var/lib/debbugs/www/css/bugs.css
install -m644 -p html/logo/debbugs_logo_icon.png /builds/otto/debbugs/debian/output/source_dir/debian/tmp/var/lib/debbugs/www/favicon.png
install: cannot stat 'html/logo/debbugs_logo_icon.png': No such file or directory
make[2]: *** [Makefile:68: install_mostfiles] Error 1
make[2]: Leaving directory '/builds/otto/debbugs/debian/output/source_dir'
dh_auto_install: error: make -j2 install DESTDIR=/builds/otto/debbugs/debian/output/source_dir/debian/tmp AM_UPDATE_INFO_DIR=no INSTALLDIRS=vendor returned exit code 2
make[1]: *** [debian/rules:7: override_dh_auto_install] Error 25
make[1]: Leaving directory '/builds/otto/debbugs/debian/output/source_dir'

The assumption stated in the commit message is wrong, and needs to be reverted.

Merge request reports

Loading