Skip to content

Commit

Permalink
build: switch source archive to xz compression
Browse files Browse the repository at this point in the history
Change-Id: I8ec1968161aa6c85bf9ba7dd7859e81b160fabfb
  • Loading branch information
Pesa committed Feb 15, 2023
1 parent c2297b1 commit a22a742
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README-dev.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Notes for ndn-tools Developers
# Notes for ndn-tools developers

## Licensing Requirements

Contributions to ndn-tools must be licensed under the GPL 3.0 or a compatible license.
If you choose GPL 3.0, insert the following license boilerplate into all C++ source files:
Contributions to ndn-tools must be licensed under the GPL v3 or a compatible license.
If you choose the GPL v3, please use the following license boilerplate in all `.hpp`
and `.cpp` files:

/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
Expand Down
2 changes: 2 additions & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ def version(ctx):
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)

0 comments on commit a22a742

Please sign in to comment.