commit | 46bac78888cbb118a354ca87c2aa33ed7979358d | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Feb 19 20:32:24 2023 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Feb 23 20:01:25 2023 -0500 |
tree | 4758ab51b05c539824b4f722895a21299968917c | |
parent | ec8f8546725706218d04fa2937f0a68279c7c09e [diff] [blame] |
ci: adopt reusable workflows from `named-data/actions` Switch source archive (tarball) to xz compression and mention using gerrit for code review in the README Change-Id: Ie69de065311737f6fe48976fbab5f896f3960e06
diff --git a/wscript b/wscript index 59bb70f..d5e2b20 100644 --- a/wscript +++ b/wscript
@@ -197,7 +197,9 @@ Logs.warn('%s is not writable (%s)' % (versionFile, e.strerror)) def dist(ctx): + ctx.algo = 'tar.xz' version(ctx) def distcheck(ctx): + ctx.algo = 'tar.xz' version(ctx)