Commit 16394687 authored by nimrod's avatar nimrod
Browse files

Added Makefile (maybe revert on using Fabric).

parent e2fa1ee7
Loading
Loading
Loading
Loading

.exclude.list

0 → 100644
+7 −0
Original line number Diff line number Diff line
lists/
db/
conf/
fabfile*
Makefile*
README*
.*

Makefile

0 → 100644
+14 −0
Original line number Diff line number Diff line
.PHONY: update publish

dest = ns1:/var/www/htdocs/www.shore.co.il/repo

update:
	reprepro createsymlinks
	reprepro --delete export

publish:
	rsync ./ $(dest) \
		--del \
		--compress \
		--archive \
		--exclude-from .exclude.list