This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osm-tile-server.

commit 11aa433643535d2c95a582fc701fdc8278d8a173
Author: Ruben Undheim <ruben.undh...@gmail.com>
Date:   Fri Sep 4 00:29:26 2015 +0200

    Added process script
---
 Makefile                        | 1 +
 scripts/Makefile                | 5 +++++
 scripts/osm-tile-server-process | 4 ++++
 3 files changed, 10 insertions(+)

diff --git a/Makefile b/Makefile
index b8957fb..b96f757 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ default:
 
 install:
        ${MAKE} -C src install
+       ${MAKE} -C scripts install
 
 clean:
        ${MAKE} -C src clean
diff --git a/scripts/Makefile b/scripts/Makefile
new file mode 100644
index 0000000..15c3248
--- /dev/null
+++ b/scripts/Makefile
@@ -0,0 +1,5 @@
+default:
+
+install:
+       mkdir -p ${DESTDIR}/usr/bin
+       install osm-tile-server-process ${DESTDIR}/usr/bin/
diff --git a/scripts/osm-tile-server-process b/scripts/osm-tile-server-process
new file mode 100755
index 0000000..4c4509d
--- /dev/null
+++ b/scripts/osm-tile-server-process
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+osm-tile-server-download Norway
+osm-tile-server-import /var/cache/osm-tile-server-base/downloaded.osm.pbf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osm-tile-server.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to