diff options
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= |