Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
d-feet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
d-feet
Commits
5e91cbb4
Commit
5e91cbb4
authored
Nov 14, 2011
by
John (J5) Palmieri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a HACKING file and update the .doap description
parent
1432c208
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
HACKING
HACKING
+14
-0
d-feet.doap
d-feet.doap
+4
-0
No files found.
HACKING
0 → 100644
View file @
5e91cbb4
Making a release
================
1. Make sure setup.py has the right version number, fix it in a pre-release
commit if not.
2. Update NEWS, use the command: git log --format="- %s (%an)"
3. Tag with: git tag -s 0.1.14
4. Build tarball with: python setup.py clean; python setup.py sdist
6. Upload tarball: scp d-feet-0.1.14.tar.gz johnp@master.gnome.org:
7. Install tarball: ssh john@master.gnome.org 'ftpadmin install d-feet-0.1.14.tar.gz'
9. blog about it if you would like
10. Make post-release version bump
Based on http://live.gnome.org/MaintainersCorner/Releasing
d-feet.doap
View file @
5e91cbb4
...
...
@@ -7,7 +7,11 @@
<name xml:lang="en">D-Feet</name>
<shortdesc xml:lang="en">D-Bus Debugger</shortdesc>
<homepage rdf:resource="http://live.gnome.org/DFeet" />
<description>
D-Feet is an easy to use D-Bus debugger.
D-Bus is a messaging library used on the Desktop. D-Feet can be used to inspect D-Bus interfaces of running programs and invoke methods on those interfaces.
</description>
<maintainer>
<foaf:Person>
<foaf:name>John (J5) Palmieri</foaf:name>
...
...
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