
# HG changeset patch # User Chip Vincent <cvincent@us.ibm.com> # Date 1316740924 14400 # Node ID 8808b370a2e01b6355678e8d3a079b0dcf907a81 # Parent adc78792781448aca7a1356bd253cbdd689839cb Fix MOF download location - URL permanently changed The MOF file download location has permanently changed as illustrated by the following message at build time: wget http://www.dmtf.org/standards/cim/cim_schema_v2210/cim_schema_2.21.0Experime... --2011-09-22 20:51:15-- http://www.dmtf.org/standards/cim/cim_schema_v2210/cim_schema_2.21.0Experime... Resolving www.dmtf.org... 72.47.221.139 Connecting to www.dmtf.org|72.47.221.139|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://www.dmtf.org/sites/default/files/cim/cim_schema_v2210/cim_schema_2.21... [following] Signed-off-by: Chip Vincent <cvincent@us.ibm.com> diff --git a/base_schema/Makefile.am b/base_schema/Makefile.am --- a/base_schema/Makefile.am +++ b/base_schema/Makefile.am @@ -8,6 +8,6 @@ dist_pkgdata_SCRIPTS = install_base_schema.sh $(CIM_SCHEMA_ZIP): - wget http://www.dmtf.org/standards/cim/cim_schema_v$(CIM_SCHEMA_DIR)/$(CIM_SCHEMA...) + wget http://www.dmtf.org/sites/default/files/cim/cim_schema_v$(CIM_SCHEMA_DIR)/$(...) EXTRA_DIST = README.DMTF