Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
0b73c86c
Commit
0b73c86c
authored
Apr 18, 2012
by
Grazyna Jaworska
Browse files
Options
Downloads
Plain Diff
Merge branch '6.x-1.x' of git.drupal.org:project/provision into dev-nginx-6.x-1.x
parents
02f54f6b
2a388443
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+17
-0
17 additions, 0 deletions
debian/changelog
release.sh
+6
-1
6 additions, 1 deletion
release.sh
with
23 additions
and
1 deletion
debian/changelog
+
17
−
0
View file @
0b73c86c
aegir-provision (1.8) testing; urgency=low
* new release: various bugfixes to regressions introduced in 1.7, a few
general bug fixes and lots of Nginx fixes.
-- Steven Jones <steven.jones@computerminds.co.uk> Wed, 18 Apr 2012 09:34:44 +0100
aegir-provision (1.7) testing; urgency=low
* new release: various bugfixes that have accumulated in the issue queue
since the 1.6 release, including a lot of fixes on Nginx support. We
also ship a new clustering module aimed at lightweight slave
deployments named the pack module, designed to replace the cluster
module which has performance and configuration issues.
-- Antoine Beaupré <anarcat@debian.org> Tue, 06 Mar 2012 18:39:37 -0500
aegir-provision (1.6+dev) unstable; urgency=low
* merge in the debian branch to the main 1.x branch, making this a
...
...
This diff is collapsed.
Click to expand it.
release.sh
+
6
−
1
View file @
0b73c86c
...
...
@@ -105,7 +105,12 @@ commitid=`echo $commitmsg | sed 's/^\[[^ ]* \([a-z0-9]*\)\].*$/\1/'`
sed
-n
'1,/ --/p'
debian/changelog | git tag
-a
-F
-
$major
-
$version
echo
reverting tree to HEAD versions
git revert
$commitid
git revert
--no-commit
$commitid
# Unstage the debian/changelog change, as we don't want to revert that.
git reset
--quiet
HEAD
'debian/changelog'
git checkout
--
'debian/changelog'
git commit
if
prompt_yes_no
"push tags and commits upstream? "
;
then
# this makes sure we push the commit *and* the tag
...
...
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