Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
8871b2ec
Commit
8871b2ec
authored
Oct 17, 2013
by
anarcat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version information for release 2.0-rc5
parent
706be132
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
4 deletions
+22
-4
aegir-release.make
aegir-release.make
+1
-1
aegir.make
aegir.make
+1
-1
debian/changelog
debian/changelog
+18
-0
provision.info
provision.info
+1
-1
upgrade.sh.txt
upgrade.sh.txt
+1
-1
No files found.
aegir-release.make
View file @
8871b2ec
...
...
@@ -5,4 +5,4 @@ api = 2
;
it
is
maintained
through
the
release.sh
script
projects[hostmaster][type]
=
"core"
projects[hostmaster][patch][] = "http
:
//drupal.org/files/common.inc_6.28.patch"
projects[hostmaster][version]
=
"6.x-2.0-rc
4
"
projects[hostmaster][version]
=
"6.x-2.0-rc
5
"
aegir.make
View file @
8871b2ec
aegir-dev.make
\ No newline at end of file
aegir-release.make
\ No newline at end of file
debian/changelog
View file @
8871b2ec
aegir-provision2 (2.0~rc5) unstable; urgency=low
* This release ships a ton of bugfixes we have found in RC4. We also
finalised subdirectory support which, while it still has some issues,
is now actually working correctly, even on multiple servers. The IP
allocation code for SSL on multiple servers was also fixed, making
this probably the most solid multi-server Aegir release ever. We also
did some API cleanups that seemed necessary before the final 2.0
release.
* Finally, we should also mentionned that the install process was
significantly sped up thanks to the use of Drupal.org distributions to
ship a single tarball for the hostmaster platform instead of using a
makefile to build it from its parts all the times. During out tests,
the platform make step went from 60 seconds to 1.5 seconds, an amazing
improvement!
-- Antoine Beaupré <anarcat@debian.org> Thu, 17 Oct 2013 10:21:36 -0400
aegir-provision2 (2.0~rc4) unstable; urgency=low
* Fixes a missed step in the 2.0~rc3 release process.
...
...
provision.info
View file @
8871b2ec
name=Provision
description="Aegir backend"
version=6.x-2.
x
version=6.x-2.
0-rc5
upgrade.sh.txt
View file @
8871b2ec
...
...
@@ -15,7 +15,7 @@ msg() {
}
# basic variables, change before running
AEGIR_VERSION="6.x-2.
x
"
AEGIR_VERSION="6.x-2.
0-rc5
"
DRUSH_DIR=$HOME/drush
DRUSH=$DRUSH_DIR/drush.php
if which drush 2> /dev/null > /dev/null && which drush | grep -v 'no drush in' > /dev/null; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment