index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/archrelease.in | 5 |
diff --git a/src/archrelease.in b/src/archrelease.in index c3776e7..d206ab8 100644 --- a/src/archrelease.in +++ b/src/archrelease.in @@ -11,6 +11,11 @@ source "${_DEVTOOLS_LIBRARY_DIR}"/lib/valid-tags.sh set -e +# Deprecation warning +if [[ -z $_DEVTOOLS_COMMAND ]]; then + warning "${0##*/} is deprecated and will be removed. Use 'pkgctl release' instead" +fi + # parse command line options FORCE= while getopts ':f' flag; do |