Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
4b0f212d
Commit
4b0f212d
authored
7 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Release process: refresh & automate a bit more.
parent
9de87f42
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE.md
+21
-10
21 additions, 10 deletions
RELEASE.md
with
21 additions
and
10 deletions
RELEASE.md
+
21
−
10
View file @
4b0f212d
...
@@ -2,17 +2,25 @@ Upstream
...
@@ -2,17 +2,25 @@ Upstream
========
========
*
update version in
`configure.in`
*
update version in
`configure.in`
*
update first line of
`ChangeLog`
*
update first line of
`ChangeLog`
*
commit
*
commit:
git commit configure.in ChangeLog \
-m "Releasing backupninja $VERSION"
*
create the tarball:
*
create the tarball:
git tag -s backupninja-$VERSION
git tag -s "backupninja-$VERSION" \
-m "Releasing backupninja $VERSION"
./autogen.sh
./autogen.sh
./configure
./configure
make dist
make dist
*
compare the content of the generated tarball with the content of the
*
compare the content of the generated tarball with the content of the
previous one
previous one
*
`mv backupninja-$VERSION.tar.gz ../tarballs/`
*
`mv backupninja-$VERSION.tar.gz ../tarballs/`
*
cleanup:
`make distclean`
*
cleanup:
`make distclean`
...
@@ -24,7 +32,11 @@ Upstream
...
@@ -24,7 +32,11 @@ Upstream
*
upload the generated tarball and detached signature to
*
upload the generated tarball and detached signature to
https://0xacab.org/riseuplabs/backupninja/
https://0xacab.org/riseuplabs/backupninja/
*
push master branch and tags
*
push master branch and tags:
git push origin master --follow-tags
*
announce on the backupninja mailing-list
*
announce on the backupninja mailing-list
Debian
Debian
...
@@ -32,17 +44,16 @@ Debian
...
@@ -32,17 +44,16 @@ Debian
ln -s backupninja-$VERSION.tar.gz backupninja_$VERSION.orig.tar.gz
ln -s backupninja-$VERSION.tar.gz backupninja_$VERSION.orig.tar.gz
cd ../git
cd ../git
git checkout upstream
git merge backupninja-$VERSION
git checkout debian
git checkout debian
git-import-orig ../tarballs/backupninja-$VERSION.tar.gz
gbp import-orig --upstream-vcs-tag="backupninja-$VERSION"
\
git-dch --auto
../tarballs/backupninja-$VERSION.tar.gz
gbp dch --auto
dch -e
dch -e
git commit debian/changelog -m "Releasing backupninja ($DEBIAN_VERSION) to Debian unstable"
git commit debian/changelog -m "Releasing backupninja ($DEBIAN_VERSION) to Debian unstable"
git tag -s -m "Releasing backupninja ($DEBIAN_VERSION) to Debian unstable" backupninja_debian/$DEBIAN_VERSION
git tag -s -m "Releasing backupninja ($DEBIAN_VERSION) to Debian unstable" backupninja_debian/$DEBIAN_VERSION
g
it-
buildpackage
g
bp
buildpackage
*
push the debian branch
*
push the
`
debian
`
branch
*
publish the source package somewhere
*
publish the source package somewhere
*
ask someone listed in the
@
Uploaders
@
control field to review and upload
*
ask someone listed in the
`
Uploaders
`
control field to review and upload
*
push the tag, once uploaded to Debian
*
push the tag, once uploaded to Debian
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