Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
installsystems
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Seblu
installsystems
Commits
e2aebeb7
Commit
e2aebeb7
authored
13 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
version 3
parent
3292de1d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
RELEASE
+5
-3
5 additions, 3 deletions
RELEASE
debian/changelog
+30
-3
30 additions, 3 deletions
debian/changelog
installsystems/__init__.py
+1
-1
1 addition, 1 deletion
installsystems/__init__.py
with
36 additions
and
7 deletions
RELEASE
+
5
−
3
View file @
e2aebeb7
# release
1) edit version in installsystems/__init__.py
2) edit debian/changelog
3) make tar
4) upload tarball to forge
5) make builld
3) commit
4) tag
5) make tar
6) upload tarball to forge
7) make builld
# squeeze backport
1) create a squeeze branch
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
30
−
3
View file @
e2aebeb7
installsystems (3
~dev0
) unstable; urgency=low
installsystems (3) unstable; urgency=low
v3 dev
Aurélien Dunand (7):
Add function to display packaged image content
Add function to display repository content
Add list command
Add cat command
Fix missing colon
cat command can display several files
Add update command
-- Sebastien Luttringer <sebastien.luttringer@smartjog.com> Mon, 18 Jul 2011 13:01:31 +0200
Seblu (17):
update release method
version 3~dev0
clean tar remove all tarball, not only current version
add version command
add help command
fix missing config files in debian package
fix typo
fix some python header
fix bad detection of destination file type during extraction
add emacs python header
change display of cat command
fix arrow spacing
change list behaviour
more spacing in list detail mode
check args boundary on command list
fix bad cache loading
more info before displaying content
-- Sebastien Luttringer <sebastien.luttringer@smartjog.com> Tue, 26 Jul 2011 12:28:49 +0200
installsystems (2) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
installsystems/__init__.py
+
1
−
1
View file @
e2aebeb7
...
...
@@ -7,7 +7,7 @@ InstallSystems module
'''
canonical_name
=
"
installsystems
"
version
=
"
3
~dev0
"
version
=
"
3
"
debug
=
False
quiet
=
False
...
...
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