]> scripts.mit.edu Git - wizard.git/blobdiff - plugins/scripts/wizard_scripts.py
Move Scripts applications to plugins, fix broken phpBB test.
[wizard.git] / plugins / scripts / wizard_scripts.py
index 8e582ee14531f577ff96c6ba34d245400a727a96..a3c5a41d704b3f196b3cc918efd2a50c4c22a37e 100644 (file)
@@ -14,6 +14,14 @@ import sqlalchemy
 import wizard
 from wizard import deploy, shell, install, util, user
 
+def dummy_apps():
+    return [
+        "joomla", "e107", "gallery2", "advancedbook", "phpical",
+        "trac", "turbogears", "django", "rails",
+        # these are technically deprecated
+        "advancedpoll", "gallery",
+    ]
+
 def deploy_web(dir):
     # try the directory
     homedir, _, web_path = dir.partition("/web_scripts")