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 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