aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-05 19:26:08 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-05 21:13:11 +0300
commit10e53f88c43450f433f87f7fd2c632611dfa58c0 (patch)
tree0a7ed343ac3716ea8f3ff097ff40982fc818bbc5
parentfbfc6247b65ee84236993209962539f45b9429fa (diff)
Don't mention CONTRIBUTING.md in buildfile
-rw-r--r--.gitattributes2
-rw-r--r--INSTALL-PUBLISH2
-rw-r--r--buildfile4
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.