Skip to content
Snippets Groups Projects
Commit 16394687 authored by nimrod's avatar nimrod
Browse files

Added Makefile (maybe revert on using Fabric).

parent e2fa1ee7
No related branches found
No related tags found
No related merge requests found
lists/
db/
conf/
fabfile*
Makefile*
README*
.*
Makefile 0 → 100644
.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment