summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2020-05-24 06:20:17 -0400
committerLokesh Mandvekar <lsm5@fedoraproject.org>2020-05-24 06:20:17 -0400
commit7d64258b948f3cf5eff403fb03ff1b59921dc9e9 (patch)
treecd4e3dccf2b4b6bdc435933fc144fb7cc946eeb8
parent56a95b0e7d1a9268873cf74e7746c3da48881f35 (diff)
downloadpodman-7d64258b948f3cf5eff403fb03ff1b59921dc9e9.tar.gz
podman-7d64258b948f3cf5eff403fb03ff1b59921dc9e9.tar.bz2
podman-7d64258b948f3cf5eff403fb03ff1b59921dc9e9.zip
Makefile: customizable $REMOTETAGS
This change will allow the builder to specify custom REMOTETAGS. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16a09fb59..7c9240ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ ETCDIR ?= /etc
TMPFILESDIR ?= ${PREFIX}/lib/tmpfiles.d
SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system
USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user
-REMOTETAGS := !ABISupport remoteclient exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp
+REMOTETAGS ?= !ABISupport remoteclient exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp
BUILDTAGS ?= \
$(shell hack/apparmor_tag.sh) \
$(shell hack/btrfs_installed_tag.sh) \