index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2024-01-05 01:07:39 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2024-01-05 01:07:39 +0100 |
commit | 78dd15099684615e98d20dfaa2b9fbe5ca3f6e6b (patch) | |
tree | 303c1ecdf75e8d3984a944410c90a1f7a9975ae6 /src/offload-build.in | |
parent | 4425913e4f3bfd3cb346c38e13a10f0002615a55 (diff) |
-rw-r--r-- | src/offload-build.in | 5 |
diff --git a/src/offload-build.in b/src/offload-build.in index 027bad3..0aa2e38 100644 --- a/src/offload-build.in +++ b/src/offload-build.in @@ -8,6 +8,11 @@ source /usr/share/makepkg/util/config.sh +# Deprecation warning +if [[ -z $_DEVTOOLS_COMMAND ]]; then + colorize + warning "${0##*/} is deprecated and will be removed. Use 'pkgctl build --offload' instead" +fi # global defaults suitable for use by Arch staff repo=extra |