diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-04 22:42:50 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-04 22:42:50 +0800 |
commit | 0eee6e2c664fe8ad4e4cf63e02d8f7bd21065201 (patch) | |
tree | 29a9f60a743ac923ec1c929935253526670c6368 /dfly-update.conf | |
parent | 896cdd5fa48bf5d2f738cada7e1f20f608b90577 (diff) | |
download | dfly-update-0eee6e2c664fe8ad4e4cf63e02d8f7bd21065201.tar.bz2 |
Implement "status" sub command
Diffstat (limited to 'dfly-update.conf')
-rw-r--r-- | dfly-update.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dfly-update.conf b/dfly-update.conf new file mode 100644 index 0000000..631a3e6 --- /dev/null +++ b/dfly-update.conf @@ -0,0 +1,9 @@ +# +# Configurations for `dfly-update` +# + +# The branch to check for updates: +# * "" : (empty), use the same branch as the installed system +# * "DEVELOPMENT" : track the master/DEVELOPMENT branch +# * "RELEASE" : track the RELEASE branch +UPDATE_BRANCH= |