From 7b3fe2cc608928df3b885168a0676a771f7bc7be Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 8 Jan 2023 12:16:15 +0100 Subject: Version 1.17; fix build and upload for distributions --- install-webserver.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 install-webserver.sh (limited to 'install-webserver.sh') diff --git a/install-webserver.sh b/install-webserver.sh deleted file mode 100755 index 7a3d54e..0000000 --- a/install-webserver.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -# -# Script to be run on webserver to install *.deb and *.tgz -# - -set -e - -if [ "$#" != "1" ] ; then - echo "Usage: install-webserver.sh " -fi - -VERSION=$1 -DISTROS="debian11 ubuntu2204 ubuntu2210" - -cd /var/www/reichwein.it-debian - -for i in $DISTROS; do - echo "Installing webserver for $i ..." - reprepro -C $i --ignore=wrongdistribution include stable /home/rr/result/$i/webserver_${VERSION}_amd64.changes - echo "Copying webserver for $i to direct download location ..." - cp /home/rr/result/$i/webserver_${VERSION}_*.deb /var/www/reichwein.it-download/$i/ -done -- cgit v1.2.3