pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(TODO) Add failing pattern if htdocs does not exist



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Wed Mar 29 22:01:52 2017 +0900
Changeset:	66ad7cfb12de9ccffa04ff0ac7832ad7850c8b6b

Modified Files:
	check-update/TODO

Log Message:
(TODO) Add failing pattern if htdocs does not exist

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=66ad7cfb12de9ccffa04ff0ac7832ad7850c8b6b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 check-update/TODO | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diffs:
diff --git a/check-update/TODO b/check-update/TODO
index 0a126e8665..19950fc8ec 100644
--- a/check-update/TODO
+++ b/check-update/TODO
@@ -9,3 +9,17 @@
 
 * crontab driven bulk-check is imcompete now, not git pull on non-git dir
   sh /var/check-update/cd-and-sh
+
+* on 2017-03-29
+    3  cd /export/CHROOT/usr/pkgsrc/wip/check-update/
+    7  git pull
+    8  make clean
+   12  make package-install
+   13  sudo pkg_delete check-update
+   14  make package-install
+----------------------
+CF-S9@makoto 21:23:15/170329(..wip/check-update)% (cd /var/check-update/; make)
+(if ! [ -d /var/check-update/htdocs/.20170329-12 ]; then mkdir /var/check-update/htdocs/.20170329-12 ; fi)
+mkdir: /var/check-update/htdocs/.20170329-12: No such file or directory
+*** Error code 1
+----------------------


Home | Main Index | Thread Index | Old Index