From: drjaska Date: Thu, 25 Jul 2024 02:54:06 +0000 (+0300) Subject: rm sync-extensions.sh X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3b63183258c7aaf8441d083a44d1e7722cdf7565;p=xonotic%2Fxonotic-data.pk3dir.git rm sync-extensions.sh The file is an unmaintained ancient relic which is no longer usable in the project. dpdefs require manual syncing at the time of a release and we do not use the sources mentioned in the file for them but copy them from the DP engine we ship. --- diff --git a/sync-extensions.sh b/sync-extensions.sh deleted file mode 100755 index 833a43557..000000000 --- a/sync-extensions.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -wget -N http://svn.icculus.org/*checkout*/twilight/trunk/dpmod/qc/dpextensions.qc -wget -N http://svn.icculus.org/*checkout*/nexuiz/trunk/data/qcsrc/server/extensions.qh -vimdiff dpextensions.qc extensions.qh qcsrc/server/extensions.qh