Index: openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl,v diff -u -N -r1.10.2.12 -r1.10.2.13 --- openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl 20 Apr 2023 13:24:59 -0000 1.10.2.12 +++ openacs-4/packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl 21 Apr 2023 10:42:55 -0000 1.10.2.13 @@ -5,21 +5,6 @@ @creation-date 26 July 2018 } -aa_register_case -error_level warning -cats { - smoke production_safe -} -procs { - util::which -} acs_automated_testing_exec_dependencies_optional { - Test optional external command dependencies for this package. -} { - foreach cmd [list \ - [::util::which sudo] \ - /usr/local/bin/rebuild-server.sh \ - ] { - aa_true "'$cmd' is executable" [file executable $cmd] - } -} - aa_register_case \ -cats {api web} \ -procs { Index: openacs-4/packages/acs-automated-testing/www/rebuild-server.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/rebuild-server.tcl,v diff -u -N --- openacs-4/packages/acs-automated-testing/www/rebuild-server.tcl 5 Jan 2018 22:59:57 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ -ad_page_contract { - Rebuild server -} { - server:notnull -} - -exec sudo /usr/local/bin/rebuild-server.sh $server >& /web/master/www/rebuild-$server.log & - -ad_returnredirect /rebuild-$server.log -ad_script_abort - - -# Local variables: -# mode: tcl -# tcl-indent-level: 4 -# indent-tabs-mode: nil -# End: Index: openacs-4/packages/acs-automated-testing/www/doc/usage.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/doc/usage.adp,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-automated-testing/www/doc/usage.adp 3 Sep 2021 09:14:39 -0000 1.4.2.1 +++ openacs-4/packages/acs-automated-testing/www/doc/usage.adp 21 Apr 2023 10:42:55 -0000 1.4.2.2 @@ -13,7 +13,14 @@ Aufrecht

OpenACS docs are written by the named authors, and may be edited by -OpenACS documentation staff.

Here's the entire chain of code used to set up +OpenACS documentation staff. + +

This documentation refers to the setup of the OpenACS test-servers +of 2003. This setup was active probably around 5 years, and is +obsolete. Use regression testing of your local instance and Refer to a +CI/CD pipeline as presented at the OpenACS conference in 2022.

+ +

Here's the entire chain of code used to set up auto-rebuilding servers on test.openacs.org