There seems to be some code in master from when cloudstack was incubating. What is the status of this code? Should it be updated or removed?
The devcloud puppet scripts in particular have caused me some confusion around whether they are still being used. snowch@server1:~/cloudstack$ grep -r 'incubator' * core/test/org/apache/cloudstack/api/agent/test/AttachIsoCommandTest.java: aic.setStoreUrl("http://incubator.apache.org/cloudstack/"); core/test/org/apache/cloudstack/api/agent/test/AttachIsoCommandTest.java: assertTrue(url.equals("http://incubator.apache.org/cloudstack/")); pom.xml: <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</otherArchive> pom.xml: <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</otherArchive> pom.xml: <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</otherArchive> tools/devcloud/src/puppet/modules/devcloud/manifests/init.pp: creates => "${cs_dir}/incubator-cloudstack"; tools/devcloud/src/puppet/modules/devcloud/manifests/init.pp: cwd => "${cs_dir}/incubator-cloudstack", tools/devcloud/src/puppet/modules/devcloud/manifests/init.pp: "${cs_dir}/incubator-cloudstack/dist", tools/devcloud/src/puppet/modules/devcloud/manifests/init.pp: "${cs_dir}/incubator-cloudstack/target", tools/devcloud/src/puppet/modules/devcloud/manifests/init.pp: [ "${cs_dir}/incubator-cloudstack/dist", tools/devcloud/src/puppet/modules/devcloud/manifests/init.pp: "${cs_dir}/incubator-cloudstack/target" ] : tools/devcloud/src/puppet/modules/devcloud/manifests/params.pp: $gitrepo = 'https://github.com/apache/incubator-cloudstack.git' tools/devcloud/src/puppet/modules/devcloud/files/updatecode.sh:git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git tools/devcloud/src/puppet/modules/devcloud/files/updatecode.sh: cd /opt/cloudstack/incubator-cloudstack tools/devcloud/src/puppet/modules/devcloud/files/startdevcloud.sh:cd /opt/cloudstack/incubator-cloudstack/ tools/devcloud/src/puppet/modules/devcloud/templates/startcloudstack.sh.erb:cd <%= @cs_dir %>/incubator-cloudstack/ tools/devcloud/src/puppet/modules/devcloud/templates/buildcloudstack.sh.erb:cd <%= @cs_dir %>/incubator-cloudstack/ tools/build/build_docs.sh:sourcedir=~/incubator-cloudstack/ tools/marvin/marvin/misc/build/CI.md:2. A virtualenv python environment is chosen within which the configuration and test runs by marvin are isolated into. Virtualenv is great for sandboxing test environment runs. In to the virtualenv are copied all the latest tests from the git:incubator-cloudstack repo.