From da28c2297a2e4d82774f2db7c2d86b3e3e0c564c Mon Sep 17 00:00:00 2001 From: The PCI ID Mail Robot Date: Fri, 2 Feb 2024 14:45:48 +0100 Subject: [PATCH] update-sf is no longer needed --- scripts/update-sf.pl | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 scripts/update-sf.pl diff --git a/scripts/update-sf.pl b/scripts/update-sf.pl deleted file mode 100755 index 72c8746..0000000 --- a/scripts/update-sf.pl +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -set -e -cd ~/sf.net -rm -rf htdocs -mkdir htdocs -cd htdocs - -O=~/ids/docs -cp -aL $O/static . -cp -aL $O/{v2.2,pci.ids*} . -cp ../index.html . - -rsync -az --delete ~/sf.net/htdocs mares,pciids@web.sourceforge.net: -- 2.39.2