Log of /contributions/modules/provision/provision.drush.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 11 15:12:01 2009 UTC
(2 weeks, 2 days ago)
by
adrian
Branch:
MAIN
Changes since
1.20: +0 -1 lines
Diff to
previous 1.20
add publish_path to the list of variables that need to be overridden, and use a more sensible rollback mechanism.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 15 20:56:54 2009 UTC
(7 months, 1 week ago)
by
adrian
Branch:
MAIN
CVS Tags:
DRUPAL-5--0-2-ALPHA1,
DRUPAL-6--0-2,
DRUPAL-6--0-2-BETA1,
DRUPAL-6--0-2-RC1,
DRUPAL-6--0-3,
DRUPAL-6--0-3-RC1,
DRUPAL-6--0-3-RC2,
DRUPAL-6--0-3-RC3,
DRUPAL-6--0-3-RC4
Changes since
1.14: +2 -14 lines
Diff to
previous 1.14
Remove the provision cron and provision update commands, since we now use the ones provided by drush. Clean up the deploy process and document it more cleanly
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 3 12:26:06 2009 UTC
(9 months, 3 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.4: +9 -0 lines
Diff to
previous 1.4
Added migrate command. Can no go drush.php provision migrate somesite.com /path/to/other/platform, and it will re-deploy it on the new platform, cleaning up after itself. with full rollback. It will also run any outstanding updates, which means we now (theoretically) have both major and minor version upgrades. What is missing is version checking to ensure you are not deploying on a platform with missing packages etc.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 3 00:34:11 2009 UTC
(9 months, 3 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.1: +169 -18 lines
Diff to
previous 1.1
Synched head with d6 branch. Works with drush 2.x and no longer needs to be enabled on a site, as it is no longer a module. Hosting has not been updated to point to the right place per server, so you have to create the symlink to the central drush.php yourself. I have not sorted out the version specific stuff yet either.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 9 02:17:48 2008 UTC
(11 months, 2 weeks ago)
by
adrian
Branch:
MAIN
First import of the basis of the 0.2 release of provision. This version has a much cleaner api, through the dynamic inclusion of <command>.provision.inc files , which any module can overload. Each of these files has the exact same structure, and thus it is much clearer what happens when, and much much simpler to document / extend. I also removed all the drupal dependencies i could find, in preperation for moving to a version agnostic drush, for all buy provision_drupal (which is going to be spun off into a different project). This also includes a working update command, and keeps track of the modules installed on a site after every verify / upgrade process. This information is not being tracked in hosting, yet
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.