- Description:
- Private fork of https://savannah.nongnu.org/projects/quilt
- Last Change:
- Clone URL:
ssh://anonymous@git.rkta.de/quilt
Commit Briefs
Add a README (master)
contrib/spec-filters/obs: /usr/bin/sh -> /bin/sh
The /bin/sh is more common than /usr/bin/sh, the later one doesn't exist on distributions such as Ubuntu 22.04. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
setup: Deal with ExclusiveArch
If the spec file includes an ExclusiveArch statement and the local architecture isn't part of the list, rpmbuild will fail. Check for the presence of this statement before calling rpmbuild, and if it would fail, pass option --target to set the architecture to a supported one. Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fix "make publish"
Pass option -O to scp to use the old SCP protocol, the only one supported by the Savannah server at the moment.
Avoid backslash character in NEWS file
It breaks the generation of the spec file.
Update the German translation
Thanks to Holger Hetterich for proofreading.
Branches
Tree
README
Clone of https://savannah.nongnu.org/projects/quilt Upstream git: https://git.savannah.nongnu.org/git/quilt.git OpenBSD: # pkg_add gmake coreutils ggrep gsed gpatch gdiff diffstat $ ./configure --prefix=$HOME/.local --with-grep=$(which ggrep) --with-sed=$(which gsed) --without-getopt --with-diff=$(which gdiff) --with-patch=$(which gpatch) $ gmake install
