diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 14:33:43 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 14:33:43 -0400 |
| commit | e6f13a9af9c4253a1f41c3949ee78ddcc4e7f8a4 (patch) | |
| tree | 03c16914e2f8c9ab36ab895b6e0058b655544ef3 /Makefile | |
| parent | c3c1f921bb96f4ae86564f28f53392f2c08e4007 (diff) | |
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 "current version of propellor" clean: rm -rf dist Setup tags propellor privdata/local |
