changeset 433:acfe42a92227

wip
author Louis Opter <kalessin@kalessin.fr>
date Sat, 16 Apr 2016 01:25:43 -0700
parents c9ffd1a46c76
children 88eef83cfb09
files add_make_release.patch
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/add_make_release.patch	Sat Apr 16 01:21:31 2016 -0700
+++ b/add_make_release.patch	Sat Apr 16 01:25:43 2016 -0700
@@ -870,7 +870,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/dist/release.py.in
-@@ -0,0 +1,166 @@
+@@ -0,0 +1,168 @@
 +#!/usr/bin/env python3
 +
 +import click
@@ -1019,7 +1019,9 @@
 +        archive=archive,
 +        archive_md5=archive_md5,
 +        archive_sha256=archive_sha256,
-+        archive_url="https://downloads.lightsd.io/releases/{}.tar.gz",
++        archive_url="https://downloads.lightsd.io/releases/{}.tar.gz".format(
++            version
++        ),
 +    )
 +    for pkg in PACKAGES:
 +        pkg.render(pkg_ctx)