Skip to content
Snippets Groups Projects
Commit e2aebeb7 authored by Seblu's avatar Seblu
Browse files

version 3

parent 3292de1d
No related branches found
No related tags found
No related merge requests found
# 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
......
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
......
......@@ -7,7 +7,7 @@ InstallSystems module
'''
canonical_name="installsystems"
version = "3~dev0"
version = "3"
debug = False
quiet = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment