Codebase list metche / e13c86f
New upstream version 1.2.4 intrigeri 6 years ago
3 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 1.2.4 (2017 06 28)
1
2 * Unset LC_COLLATE as well: it affects sorting so "metche report" output
3 for packages changes can be erroneously large when run with locales
4 different from the ones used by cron.
5
06 1.2.3 (2017 06 27)
17
28 * Update URLs: Redmine → Gitlab.
99 distclean: clean
1010 rm -f metche.8
1111
12 VERSION=$(shell head -n1 Changelog | awk '{print $$1}')
13 TARBALL=../metche-$(VERSION).tar.gz
14 release: Changelog
15 ! [ -f $(TARBALL) ]
16 git archive \
17 --prefix=metche-$(VERSION)/ \
18 --output=$(TARBALL) \
19 master
20
1221 .PHONY: all doc clean distclean
192192
193193 PATH="/bin:/usr/bin"
194194 unset LC_ALL
195 unset LC_COLLATE
195196 unset LC_CTYPE
196197 unset LANGUAGE
197198 unset LANG