summaryrefslogtreecommitdiffstats
path: root/encap/src/encap-profiles/Makefile
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-10 04:57:27 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-10 04:57:27 +0000
commit9c4c7093ffabcfc0f41c5da6f1d68ef134d5f747 (patch)
treed901db9954b959d140fc31b97986c8e653ad7af5 /encap/src/encap-profiles/Makefile
parent2b1011542429ea5f956978fd9b1b192b343a3fa8 (diff)
downloadbcfg2-9c4c7093ffabcfc0f41c5da6f1d68ef134d5f747.tar.gz
bcfg2-9c4c7093ffabcfc0f41c5da6f1d68ef134d5f747.tar.bz2
bcfg2-9c4c7093ffabcfc0f41c5da6f1d68ef134d5f747.zip
EncapPackages: Force use of ElementTree in bcfg2 client
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2423 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/encap-profiles/Makefile')
-rw-r--r--encap/src/encap-profiles/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/encap/src/encap-profiles/Makefile b/encap/src/encap-profiles/Makefile
index 4378ba451..298c71747 100644
--- a/encap/src/encap-profiles/Makefile
+++ b/encap/src/encap-profiles/Makefile
@@ -60,13 +60,11 @@ OS ?= linux_debian_sarge
endif
ifeq ($(DISTRO),Debian GNU/Linux testing/unstable \n \l)
-sources_ep += $(sources_server)
BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.19
OS ?= linux_debian_sid
endif
ifeq ($(DISTRO),Ubuntu 6.06.1 LTS \n \l)
-sources_ep += $(sources_server)
BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.16.2ubuntu8
OS ?= linux_ubuntu_dapper
endif