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 0cee4941826f13240c40bd0d91c3be31421e4ae8 Author: Ruben Undheim <[email protected]> Date: Fri Sep 4 18:26:07 2015 +0200 Small fixes --- debian/osm-tile-server-base.config | 24 ++++++++++++------------ debian/osm-tile-server-tilelite.postinst | 2 -- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/debian/osm-tile-server-base.config b/debian/osm-tile-server-base.config index 42ab833..689ab21 100644 --- a/debian/osm-tile-server-base.config +++ b/debian/osm-tile-server-base.config @@ -9,42 +9,42 @@ db_capb backup CONFIGTYPEQUESTION=2 BACKSTATE=4 db_input high osm-tile-server/db-name || true -db_input high osm-tile-server/action-now || true +db_input low osm-tile-server/action-now || true db_go db_get osm-tile-server/action-now DONOW=$RET if [ "$DONOW" = "true" ] ; then db_set osm-tile-server/import-sample false - db_input high osm-tile-server/continent || true + db_input low osm-tile-server/continent || true db_go db_get osm-tile-server/continent CONTINENT=$RET if [ "$CONTINENT" = "Asia" ] ; then - db_input high osm-tile-server/country_asia || true + db_input low osm-tile-server/country_asia || true elif [ "$CONTINENT" = "Europe" ] ; then - db_input high osm-tile-server/country_europe || true + db_input low osm-tile-server/country_europe || true elif [ "$CONTINENT" = "South America" ] ; then - db_input high osm-tile-server/country_samerica || true + db_input low osm-tile-server/country_samerica || true elif [ "$CONTINENT" = "North America" ] ; then - db_input high osm-tile-server/country_namerica || true + db_input low osm-tile-server/country_namerica || true elif [ "$CONTINENT" = "Africa" ] ; then - db_input high osm-tile-server/country_africa || true + db_input low osm-tile-server/country_africa || true elif [ "$CONTINENT" = "Australia and Oceania" ] ; then - db_input high osm-tile-server/country_australia || true + db_input low osm-tile-server/country_australia || true elif [ "$CONTINENT" = "Central America" ] ; then - db_input high osm-tile-server/country_camerica || true + db_input low osm-tile-server/country_camerica || true elif [ "$CONTINENT" = "Antarctica" ] ; then - db_input high osm-tile-server/country_antarctica || true + db_input low osm-tile-server/country_antarctica || true fi db_go - db_input high osm-tile-server/do_it_now || true + db_input low osm-tile-server/do_it_now || true db_go else db_input high osm-tile-server/import-sample || true - db_set osm-tile-server/download-map None + db_set osm-tile-server/do_it_now "Later" db_go fi diff --git a/debian/osm-tile-server-tilelite.postinst b/debian/osm-tile-server-tilelite.postinst index d7449fb..ae0d3f1 100644 --- a/debian/osm-tile-server-tilelite.postinst +++ b/debian/osm-tile-server-tilelite.postinst @@ -24,8 +24,6 @@ case "$1" in configure) #db_get osm-tile-server/db-user DBUSER="osm-tile-server" - db_get osm-tile-server/db-name - DBNAME=$RET chown $DBUSER:$DBUSER /var/cache/osm-tile-server-tilelite -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

