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.10 -r1.11 --- openacs-4/packages/acs-admin/www/apm/build-repository.tcl 11 Feb 2004 17:15:31 -0000 1.10 +++ openacs-4/packages/acs-admin/www/apm/build-repository.tcl 12 Feb 2004 10:37:12 -0000 1.11 @@ -23,21 +23,22 @@ set channel_index_template "/packages/acs-admin/www/apm/repository-channel-index" set index_template "/packages/acs-admin/www/apm/repository-index" -set exclude_package_list { cms cms-news-demo glossary site-wide-search spam library } - +# this shouldn't be necessary because I removed the openacs-5-0-compat tags +# from these packages +#set exclude_package_list { cms cms-news-demo glossary site-wide-search spam library } +set exclude_package_list {} set head_channel "5-1" # Set this to 1 to only checkout sample packages -- useful for debugging and testing set debug_p 0 - #---------------------------------------------------------------------- # Prepare output #---------------------------------------------------------------------- ReturnHeaders ns_write [ad_header "Building repository"] -ns_write "

Building OpenACS Package Repository


" +ns_write "

Building Package Repository


" ns_write