summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-10 21:54:40 +0100
committerDavid Robillard <d@drobilla.net>2019-11-10 21:54:40 +0100
commita18ec993c7eb050c3261aea77d537b41ad0d8369 (patch)
tree6ee682d2cfdb989baabbaacbf9f34c11086e7191
parenta003076442d6d8d0f12db87da5f525931c8fdb0b (diff)
downloadsratom-a18ec993c7eb050c3261aea77d537b41ad0d8369.tar.gz
sratom-a18ec993c7eb050c3261aea77d537b41ad0d8369.tar.bz2
sratom-a18ec993c7eb050c3261aea77d537b41ad0d8369.zip
Remove old release targets
-rw-r--r--wscript14
1 files changed, 0 insertions, 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'))