summaryrefslogtreecommitdiffstats
path: root/tools/tarsource.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "debian: Adjust tarsource.sh to use native debian/changelog"Quentin Young2020-11-191-8/+14
| | | | This reverts commit 4ffb9a4c9ddd0ef3f770c0bc2674c4818331780d.
* Revert "debian: Remove the changelog-auto automation in favor of dch"Quentin Young2020-11-191-5/+6
| | | | This reverts commit cace1d9bf178d447599fe7caa5ccad9a89babe03.
* Revert "debian: Remove now obsolete tarsource.sh script"Quentin Young2020-11-191-0/+329
| | | | This reverts commit bc304e08ea48523b4c70d1d330eaefba3b6b7a6c.
* debian: Remove now obsolete tarsource.sh scriptOndřej Surý2020-11-191-329/+0
|
* debian: Remove the changelog-auto automation in favor of dchOndřej Surý2020-11-191-6/+5
| | | | Signed-off-by: Ondřej Surý <ondrej@sury.org>
* debian: Adjust tarsource.sh to use native debian/changelogOndřej Surý2020-11-191-14/+8
| | | | Signed-off-by: Ondřej Surý <ondrej@sury.org>
* tools: generate .changes file required for deb pkg uploadJafar Al-Gharaibeh2019-11-011-2/+7
| | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* tools/tarsource.sh: deal with AC_INIT []David Lamparter2019-02-191-0/+2
| | | | | | configure.ac got cleaned up, now there's [] around the version number. Signed-off-by: David Lamparter <equinox@diac24.net>
* tools/tarsource.sh: support FRR as a git submoduleDavid Lamparter2019-02-191-1/+1
| | | | | | | a git submodule will have .git as a file instead of a directory... which breaks tarsource.sh. Signed-off-by: David Lamparter <equinox@diac24.net>
* tools/tarsource.sh: keep version info on non-gitDavid Lamparter2019-02-191-0/+3
| | | | | | extraver won't have any useful value on a non-git run. Signed-off-by: David Lamparter <equinox@diac24.net>
* tools/tarsource.sh: fix GZIP_ENVDavid Lamparter2019-02-191-1/+1
| | | | | | Some older versions of Automake don't escape this properly. Signed-off-by: David Lamparter <equinox@diac24.net>
* debian: cleanly split off from dist tarballDavid Lamparter2019-02-191-2/+2
| | | | | | | | | | | | | | | | | The debian/ directory is distributed separately for tarballs in 3.0 (quilt) format. Including it in the dist tarball causes problems with automake when the separately distributed debian directory is unpacked on top of the dist tarball; the clean and correct thing to do here is to not include the debian/ directory in dist tarballs. Users have two choices for building FRR Debian packages: - build straight off git - build from a "frr.tar" + "frr-debian.tar" The tarsource.sh tool does the right thing when invoked with the -D ("Debian") option. Signed-off-by: David Lamparter <equinox@diac24.net>
* tools/tarsource.sh: create debian changelogDavid Lamparter2019-02-191-0/+3
| | | | Signed-off-by: David Lamparter <equinox@diac24.net>
* debian: make package "official"David Lamparter2019-02-191-13/+12
| | | | | | Move us into place in debian/ Signed-off-by: David Lamparter <equinox@diac24.net>
* tools: add new tarsource.sh helperDavid Lamparter2019-02-191-0/+324
It cleans your house and cooks dinner. Or maybe it creates a clean dist tarball for you, plus a Debian .dsc if you have dpkg installed - and GPG-signs the result appropriately if requested. In any case the resulting tarball should be distributed for our releases. Signed-off-by: David Lamparter <equinox@diac24.net>