| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 4ffb9a4c9ddd0ef3f770c0bc2674c4818331780d.
|
|
|
|
| |
This reverts commit cace1d9bf178d447599fe7caa5ccad9a89babe03.
|
|
|
|
| |
This reverts commit bc304e08ea48523b4c70d1d330eaefba3b6b7a6c.
|
| |
|
|
|
|
| |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
|
|
|
| |
Signed-off-by: Ondřej Surý <ondrej@sury.org>
|
|
|
|
| |
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
|
|
|
|
|
|
| |
configure.ac got cleaned up, now there's [] around the version number.
Signed-off-by: David Lamparter <equinox@diac24.net>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
extraver won't have any useful value on a non-git run.
Signed-off-by: David Lamparter <equinox@diac24.net>
|
|
|
|
|
|
| |
Some older versions of Automake don't escape this properly.
Signed-off-by: David Lamparter <equinox@diac24.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: David Lamparter <equinox@diac24.net>
|
|
|
|
|
|
| |
Move us into place in debian/
Signed-off-by: David Lamparter <equinox@diac24.net>
|
|
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>
|