This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;#<?php exit(); ?>## | |
| ;######################################################### | |
| ; General Config # | |
| ;######################################################### | |
| ; This value is used to detect quickly | |
| ; if this config file is up to date | |
| ; this is compared against a value hard-coded | |
| ; into the init script | |
| config_version = 34 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "objectIdFieldName": "peilbuis_id", | |
| "globalIdFieldName": "", | |
| "geometryType": "esriGeometryPoint", | |
| "spatialReference": { | |
| "wkid": 4326, | |
| "latestWkid": 4326 | |
| }, | |
| "fields": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| #Author: https://groups.google.com/forum/#!topic/coreos-dev/JAeABXnQzuE | |
| pushd $(dirname $0) > /dev/null; CURRABSPATH=$(readlink -nf "$(pwd)"); popd > /dev/null; # Get the directory in which the script resides | |
| set -x | |
| MUSLPKG="musl:musl.tgz:http://www.musl-libc.org/releases/musl-1.1.14.tar.gz" | |
| LEVTPKG="libevent:libevent2.tgz:https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz" | |
| TMUXPKG="tmux:tmux.tgz:https://github.com/tmux/tmux/releases/download/2.1/tmux-2.1.tar.gz" | |
| NCRSPKG="ncurses:ncurses.tgz:http://ftp.gnu.org/gnu/ncurses/ncurses-6.0.tar.gz" | |
| TEMPDIR="$CURRABSPATH/tmp" | |
| TMPLIB="tempinstall/lib" |
NewerOlder