From b6c5f547419ce95d20453f30403e1a5860720fe6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Aug 2014 14:33:43 -0400 Subject: The Debian package now includes a single-revision git repository in /usr/src/propellor/, and ~/.propellor/ is set up to use this repository as its "upstream" remote. This avoids relying on the security of the github repository when using the Debian package. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6e8fe6f..20087723 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ install: $(CABAL) sdist cat dist/propellor-*.tar.gz | \ (cd $(DESTDIR)/usr/src/propellor && tar zx --strip-components=1) + cd $(DESTDIR)/usr/src/propellor && git init && git add . && git commit -m "current version of propellor" clean: rm -rf dist Setup tags propellor privdata/local -- cgit v1.2.3