Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Reproducible Builds
diffoscope
Commits
64378888
Commit
64378888
authored
4 years ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
CONTRIBUTING.md: Update and expand the release process documentation.
parent
42afe44d
No related branches found
No related tags found
No related merge requests found
Pipeline
#158585
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+18
-7
18 additions, 7 deletions
CONTRIBUTING.md
with
18 additions
and
7 deletions
CONTRIBUTING.md
+
18
−
7
View file @
64378888
...
...
@@ -64,7 +64,9 @@ comparator:
`diffoscope/external_tools.py`
## Uploading the package
## Release process
### Uploading to Debian
When uploading diffoscope to the Debian archive, please take extra care
to make sure the uploaded source package is correct, that is it includes
...
...
@@ -75,6 +77,8 @@ See [#834315](https://bugs.debian.org/834315) for an example FTBFS bug
caused by this. (See
[
#735377
](
https://bugs.debian.org/735377#44
)
and followups to learn how this happened and how to prevent it)
### Signed tarballs
Please also release a signed tarball:
$ VERSION=FIXME
...
...
@@ -85,16 +89,23 @@ And commit them to our LFS repository at:
https://salsa.debian.org/reproducible-builds/reproducible-lfs
After uploading, please also update the version on PyPI using:
### PyPI
$ python3 setup.py sdist upload --sign
You can update the version on PyPI using:
Once the tracker.debian.org entry appears, consider tweeting the release
on
`#reproducible-builds`
with:
$ python3 setup.py sdist upload --sign
%twitter diffoscope $VERSION has been released. Check out the changelog here: $URL
### Docker image
Finally, u
pdate the Docker image using:
U
pdate the Docker image using:
$ docker build --force-rm --no-cache --pull -t registry.salsa.debian.org/reproducible-builds/diffoscope .
$ docker push registry.salsa.debian.org/reproducible-builds/diffoscope
### Publicity
To announce the package on the
`diffoscope.org`
homepage, use the
`update`
script in that repository.
Once live entry appears, consider tweeting the release using the release from
the
`@reprobuilds`
Twitter account.
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