]> Cypherpunks.ru repositories - nncp.git/commitdiff
Prepare cronexpr library for inclusion
authorSergey Matveev <stargrave@stargrave.org>
Sun, 15 Jan 2017 09:11:42 +0000 (12:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 15 Jan 2017 09:11:42 +0000 (12:11 +0300)
.gitmodules
doc/download.texi
makedist.sh
src/github.com/gorhill/cronexpr [new submodule]

index 8211506925d408ceadba502e2b3b528931a6e313..ea445fbb69d73a850172f64a1ea841ff044bc8b9 100644 (file)
@@ -27,3 +27,6 @@
 [submodule "src/golang.org/x/net"]
        path = src/golang.org/x/net
        url = https://go.googlesource.com/net
+[submodule "src/github.com/gorhill/cronexpr"]
+       path = src/github.com/gorhill/cronexpr
+       url = https://github.com/gorhill/cronexpr.git
index 0ff94fab25280e8aee4ff0dbddbe55e59babd026..7b346042cf5fb96c3d82414ac082833563b665b8 100644 (file)
@@ -13,6 +13,7 @@ Tarballs include all necessary required libraries:
 @item @code{github.com/flynn/noise} @tab BSD 3-Clause
 @item @code{github.com/go-check/check} @tab BSD 2-Clause
 @item @code{github.com/go-yaml/yaml} @tab Apache License 2.0 and MIT
+@item @code{github.com/gorhill/cronexpr} @tab GPLv3
 @item @code{github.com/minio/blake2b-simd} @tab Apache License 2.0
 @item @code{golang.org/x/crypto} @tab BSD 3-Clause
 @item @code{golang.org/x/net} @tab BSD 3-Clause
index 94f8e1f1ea19892723135ba5e0bce57dcf82cf48..f752a4fe4f12dd1b1850223515fe3007dc3b6af5 100755 (executable)
@@ -60,6 +60,7 @@ rm -fr $tmp/golang.org $tmp/includes
 
 find src -name .travis.yml -delete
 rm -fr src/github.com/davecgh/go-xdr/xdr
+rm -fr src/github.com/gorhill/cronexpr/cronexpr src/github.com/gorhill/cronexpr/APLv2
 rm makedist.sh
 
 cat > doc/download.texi <<EOF
diff --git a/src/github.com/gorhill/cronexpr b/src/github.com/gorhill/cronexpr
new file mode 160000 (submodule)
index 0000000..d520615
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d520615e531a6bf3fb69406b9eba718261285ec8