From 10e53f88c43450f433f87f7fd2c632611dfa58c0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 5 Mar 2020 19:26:08 +0300 Subject: Don't mention CONTRIBUTING.md in buildfile --- .gitattributes | 2 +- INSTALL-PUBLISH | 2 +- buildfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9fce1b0..1631641 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,7 @@ #*.bat text eol=crlf # Use `eol=lf` for files that should have the LF line ending both in the -# working tree (even on Windows) in the repository. +# working tree (even on Windows) and in the repository. # #*.sh text eol=lf 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 ... diff --git a/buildfile b/buildfile index 8db81d2..b706af1 100644 --- a/buildfile +++ b/buildfile @@ -1,8 +1,8 @@ # file : buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/} \ - doc{INSTALL-PUBLISH LICENSE AUTHORS NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL-PUBLISH LICENSE AUTHORS NEWS README} \ manifest # Don't install tests or the INSTALL* files. -- cgit v1.1