From a18ec993c7eb050c3261aea77d537b41ad0d8369 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Nov 2019 21:54:40 +0100 Subject: Remove old release targets --- wscript | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/wscript b/wscript index 0c35d7d..e2b13ef 100644 --- a/wscript +++ b/wscript @@ -161,17 +161,3 @@ def lint(ctx): "-readability-else-after-return\" " + "$(find .. -name '*.c')") subprocess.call(cmd, cwd='build', shell=True) - -def upload_docs(ctx): - os.system("rsync -ravz --delete -e ssh build/doc/html/ drobilla@drobilla.net:~/drobilla.net/docs/sratom/") - -def posts(ctx): - path = str(ctx.path.abspath()) - autowaf.news_to_posts( - os.path.join(path, 'NEWS'), - {'title' : 'Sratom', - 'description' : autowaf.get_blurb(os.path.join(path, 'README')), - 'dist_pattern' : 'http://download.drobilla.net/sratom-%s.tar.bz2'}, - { 'Author' : 'drobilla', - 'Tags' : 'Hacking, LAD, LV2, RDF, Sratom' }, - os.path.join(out, 'posts')) -- cgit v1.2.1