mvhub-dev team mailing list archive
-
mvhub-dev team
-
Mailing list archive
-
Message #00338
[Branch ~mvhub-commit/mvhub/trunk] Rev 422: merged updated fix_apache_config
Merge authors:
Lee Goodrich (leegoodrich)
------------------------------------------------------------
revno: 422 [merge]
committer: Lee Goodrich <lgoodrich@xxxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-06-24 11:39:38 -0400
message:
merged updated fix_apache_config
modified:
app-mvhub/project-tools/bin/mv_update_development
--
lp:mvhub
https://code.launchpad.net/~mvhub-commit/mvhub/trunk
Your team MVHub Developers is subscribed to branch lp:mvhub.
To unsubscribe from this branch go to https://code.launchpad.net/~mvhub-commit/mvhub/trunk/+edit-subscription
=== modified file 'app-mvhub/project-tools/bin/mv_update_development'
--- app-mvhub/project-tools/bin/mv_update_development 2010-06-23 16:59:44 +0000
+++ app-mvhub/project-tools/bin/mv_update_development 2010-06-24 15:38:56 +0000
@@ -111,6 +111,7 @@
if ( !($interactive) || IO::Prompt::prompt( $prompt, -YN ) ) {
MVHub::Utils::Setup::update_etc_files( $cfg );
MVHub::Utils::Setup::restart_services();
+ MVHub::Utils::Setup::remove_cron_jobs();
}
}
}