diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 19:26:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 21:13:11 +0300 |
commit | 10e53f88c43450f433f87f7fd2c632611dfa58c0 (patch) | |
tree | 0a7ed343ac3716ea8f3ff097ff40982fc818bbc5 /INSTALL-PUBLISH | |
parent | fbfc6247b65ee84236993209962539f45b9429fa (diff) |
Don't mention CONTRIBUTING.md in buildfile
Diffstat (limited to 'INSTALL-PUBLISH')
-rw-r--r-- | INSTALL-PUBLISH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-PUBLISH b/INSTALL-PUBLISH index 5803753..fea936c 100644 --- a/INSTALL-PUBLISH +++ b/INSTALL-PUBLISH @@ -78,4 +78,4 @@ Setup publishing as a cron job (every 5 minutes in this example): $ crontab -l MAILTO=publish@example.org PATH=/usr/local/bin:/bin:/usr/bin -0/5 * * * * $HOME/install/bin/bpkg-rep-publish -d example.org:/var/bpkg/1/foo --log-dir $HOME/queue.log --lock-timeout 600 $HOME/foo ... +0/5 * * * * $HOME/install/bin/bpkg-rep-publish -d example.org:/var/bpkg/1/foo --log-dir $HOME/foo.log --lock-timeout 600 $HOME/foo ... |