Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/180f5faa40bdd81761c458811fc25d646268f580?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix RPM build.

pull/7/head
Ferry Boender 10 years ago
parent 66a7a134ff
commit 180f5faa40
  1. 3
      Makefile

@ -42,7 +42,7 @@ release_src: doc
zip -r $(PROG)-$(REL_VERSION).zip $(PROG)-$(REL_VERSION)
tar -vczf $(PROG)-$(REL_VERSION).tar.gz $(PROG)-$(REL_VERSION)
release_deb: doc
release_deb: release_src doc
@if [ -z "$(REL_VERSION)" ]; then echo "REL_VERSION required"; exit 1; fi
mkdir -p rel_deb/usr/bin
@ -77,6 +77,7 @@ release_deb: doc
# Cleanup
rm -rf rel_deb
rm -rf $(PROG)-$(REL_VERSION)
release_rpm: release_deb
alien -r scriptform-$(REL_VERSION).deb

Loading…
Cancel
Save