diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-01 10:02:27 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-01 10:02:27 +0800 |
commit | b33533c3fabcffbec00fc1a3d4ad415d57c7ba2a (patch) | |
tree | 384cac8da38fe54cc6a99638b62913c70f077545 /dfly-update.conf | |
parent | 18c4c7dd725ad6d3b6074b6f3404aa83e40fbd2d (diff) | |
download | dfly-update-b33533c3fabcffbec00fc1a3d4ad415d57c7ba2a.tar.bz2 |
Strip the "status" and "download" sub-commands
Make this tool simple!
Diffstat (limited to 'dfly-update.conf')
-rw-r--r-- | dfly-update.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dfly-update.conf b/dfly-update.conf index dd5cd99..ff5e6e1 100644 --- a/dfly-update.conf +++ b/dfly-update.conf @@ -5,17 +5,6 @@ # Tool name #NAME=dfly-update -# Base URL to Remote DragonFly BSD images -#URL_BASE="https://mirror-master.dragonflybsd.org" -#URL_MASTER="${URL_BASE}/snapshots/x86_64/images" -#URL_RELEASE="${URL_BASE}/iso-images" - -# Default to track the same branch as the installed system -# * MASTER (i.e., the DEVELOPMENT branch) -# * RELEASE -# * (empty) - same as the local installed branch -#UPDATE_BRANCH= - # Temporary directory to cache the image, etc, ... #CACHE_DIR="/var/tmp/${NAME}" |