Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision-3216945
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
provision-3216945
Commits
bff83f53
Commit
bff83f53
authored
11 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
change version information for release 2.0-beta2
parent
a6a3971f
No related branches found
Branches containing commit
Tags
6.x-2.0-beta2
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
aegir.make
+1
-1
1 addition, 1 deletion
aegir.make
debian/changelog
+12
-0
12 additions, 0 deletions
debian/changelog
provision.info
+1
-1
1 addition, 1 deletion
provision.info
upgrade.sh.txt
+1
-1
1 addition, 1 deletion
upgrade.sh.txt
with
15 additions
and
3 deletions
aegir.make
+
1
−
1
View file @
bff83f53
...
...
@@ -6,4 +6,4 @@ projects[drupal][type] = "core"
projects[hostmaster][type]
=
"profile"
projects[hostmaster][download][type]
=
"git"
projects[hostmaster][download][url] = "http
:
//git.drupal.org/project/hostmaster.git"
projects[hostmaster][download][
branch
]
=
"6.x-2.
x
"
projects[hostmaster][download][
tag
]
=
"6.x-2.
0-beta2
"
This diff is collapsed.
Click to expand it.
debian/changelog
+
12
−
0
View file @
bff83f53
aegir-provision2 (2.0~beta2) unstable; urgency=low
* This release mainly targets a few critical bugs that were found in the
first beta, namely IP allocation on non-SSL and non-cluster sites
which was completely broken, some problems with the new views
integration and the Debian package.
* We also introduce a few new features and finally drop support for
provisionning Drupal 5 sites completely.
* Full release notes at http://community.aegirproject.org/2.0-beta2
-- Antoine Beaupré <anarcat@debian.org> Wed, 26 Jun 2013 14:30:31 -0400
aegir-provision2 (2.0~beta1) unstable; urgency=low
* Feature freeze begins, only critical and major bug fixes will be
...
...
This diff is collapsed.
Click to expand it.
provision.info
+
1
−
1
View file @
bff83f53
name=Provision
description="Aegir backend"
version=6.x-2.
x
version=6.x-2.
0-beta2
This diff is collapsed.
Click to expand it.
upgrade.sh.txt
+
1
−
1
View file @
bff83f53
...
...
@@ -15,7 +15,7 @@ msg() {
}
# basic variables, change before running
AEGIR_VERSION="6.x-2.
x
"
AEGIR_VERSION="6.x-2.
0-beta2
"
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment