Revision b8498a99

b/README.deploy
114 114
    * python-ipy [IPy==0.75]
115 115
        also verified to work with python-ipy 0.70-1 as shipped with Squeeze
116 116
    * south [south==0.7.1]
117
      WARNING: might not work with Debian squeeze's default south-0.7-1 package.
117
      WARNING: might not work with Debian Squeeze's default south-0.7-1 package.
118 118
    * amqplib [amqplib==0.6.1]
119 119
    * lockfile [lockfile==0.8]
120 120
    * python-daemon [python-daemon==1.5.5]
121
    * python-prctl [python-prctl==1.3.0]
121 122

  
122 123
   also, depending on the database engine of choice, on one of the following:
123 124
    * MySQL-python [MySQL-python==1.2.3]
b/README.upgrade
2 2
===============
3 3

  
4 4
This file documents the upgrade to newer versions of the Synnefo software.
5
For more information, please see README.deploy.
5 6

  
6 7
v0.5.3 -> v0.5.4
7 8
REPOSITORY
9
    * Split Synnefo Ganeti tools to snf-ganeti-tools, with Debian packaging
8 10

  
9 11
REMOVED APPS
10 12
    * The ganeti/ app has been removed from the Django project completely.
......
16 18
DB MIGRATIONS
17 19
    * 0018_auto__add_field_virtualmachine_buildpercentage
18 20

  
21
PACKAGING:
22
    * Split Synnefo Ganeti tools to separate snf-ganeti-tools Debian package
23

  
19 24
NEW DEPENDENCIES:
20
    * python-prctl: Used by the snf-progress-monitor [FIXME]
25
    * python-prctl: Needed by the snf-progress-monitor,
26
      specified as a dependency of the snf-ganeti-tools Debian package.
21 27

  
22 28

  
23 29
v0.5.2 -> v0.5.3
b/snf-ganeti-tools/debian/changelog
1
snf-ganeti-tools (0.5.4-1) UNRELEASED; urgency=low
2

  
3
  * New version, import snf-progress-monitor
4
  * Make synnefo a Python namespace package, move everything below it
5
  * Update bootstrap scripts
6

  
7
 -- Vangelis Koukis <vkoukis@grnet.gr>  Wed, 27 Jul 2011 17:03:14 +0300
8

  
1 9
snf-ganeti-tools (0.5-1) UNRELEASED; urgency=low
2 10

  
3 11
  * Initial release.
b/snf-ganeti-tools/debian/pydist-overrides
1 1
ganeti ganeti2
2 2
daemon python-daemon
3
prctl python-prctl

Also available in: Unified diff