Commit e2aebeb7 authored by Seblu's avatar Seblu
Browse files

version 3

parent 3292de1d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
# 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
+30 −3
Original line number Diff line number Diff line
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

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ InstallSystems module
'''

canonical_name="installsystems"
version = "3~dev0"
version = "3"
debug = False
quiet = False