Index: openacs-4/packages/acs-admin/www/apm/build-repository.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/Attic/build-repository.tcl,v diff -u -N -r1.18.2.2 -r1.18.2.3 --- openacs-4/packages/acs-admin/www/apm/build-repository.tcl 10 Sep 2015 08:21:01 -0000 1.18.2.2 +++ openacs-4/packages/acs-admin/www/apm/build-repository.tcl 18 Sep 2015 07:39:03 -0000 1.18.2.3 @@ -184,19 +184,19 @@ append manifest { } {} \n - append manifest { } {} [ad_quotehtml $version(package.key)] {} \n - append manifest { } {} [ad_quotehtml $version(name)] {} \n - append manifest { } {} [ad_quotehtml $version(package-name)] {} \n - append manifest { } {} [ad_quotehtml $version(package.type)] {} \n - append manifest { } {} [ad_quotehtml $version(summary)] {} \n - append manifest { } {} - append manifest [ad_quotehtml $version(description)] {} \n - append manifest { } {} [ad_quotehtml $version(release-date)] {} \n - append manifest { } {} [ad_quotehtml $version(maturity)] {} \n - append manifest { } {} - append manifest [ad_quotehtml $version(license)] {} \n - append manifest { } {} - append manifest [ad_quotehtml $version(vendor)] {} \n + append manifest { } {} [ns_quotehtml $version(package.key)] {} \n + append manifest { } {} [ns_quotehtml $version(name)] {} \n + append manifest { } {} [ns_quotehtml $version(package-name)] {} \n + append manifest { } {} [ns_quotehtml $version(package.type)] {} \n + append manifest { } {} [ns_quotehtml $version(summary)] {} \n + append manifest { } {} + append manifest [ns_quotehtml $version(description)] {} \n + append manifest { } {} [ns_quotehtml $version(release-date)] {} \n + append manifest { } {} [ns_quotehtml $version(maturity)] {} \n + append manifest { } {} + append manifest [ns_quotehtml $version(license)] {} \n + append manifest { } {} + append manifest [ns_quotehtml $version(vendor)] {} \n append manifest [apm::package_version::attributes::generate_xml \ -version_id $version_id \ @@ -234,7 +234,7 @@ close $fp lappend cmd "|" [apm_gzip_cmd] -c ">" $apm_file - #ns_log Notice "Executing: [ad_quotehtml $cmd]" + #ns_log Notice "Executing: [ns_quotehtml $cmd]" eval $cmd } @@ -243,17 +243,17 @@ append manifest { } {} $apm_url {} \n foreach elm $version(provides) { - append manifest { } "" \n + append manifest { } "" \n } foreach elm $version(requires) { - append manifest { } "" \n + append manifest { } "" \n } append manifest { } {} \n } } { - ns_write "
  • Error on spec_file $spec_file: [ad_quotehtml $errmsg]
    [ad_quotehtml $::errorInfo]\n" + ns_write "
  • Error on spec_file $spec_file: [ns_quotehtml $errmsg]
    [ns_quotehtml $::errorInfo]\n" } } }