[Pkg-ganeti-devel] [ganeti] branch experimental updated (859baea -> 4c84335)

Apollon Oikonomopoulos apoikos-guest at alioth.debian.org
Thu Sep 19 08:13:25 UTC 2013


This is an automated email from the git hooks/post-receive script.

apoikos-guest pushed a change to branch experimental
in repository ganeti.

      from  859baea   Fix luxid startup
       new  2479454   Remove myself from uploaders
       new  4ffd59f   Imported Upstream version 2.8.0~rc3
       new  91ad58e   Drop dsahostkeypub patches merged upstream
       new  c557bcd   Bump version
       new  bee1d10   Add postinst/postrm templates and generator script
       new  e97533a   Enable user separation
       new  8e3d9da   Disable the test suite during build
       new  e93abac   Release 2.8.0~rc3-1 in experimental
       new  4c84335   postinst: remove stale PID and socket files

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |   37 +++++++++++-
 Makefile.in                                        |   40 +++++++++++--
 NEWS                                               |   37 +++++++++++-
 UPGRADE                                            |    3 +
 configure                                          |   24 ++++----
 configure.ac                                       |    2 +-
 debian/changelog                                   |    9 +++
 debian/control                                     |    4 +-
 debian/ganeti.postinst.in                          |   52 +++++++++++++++++
 debian/ganeti.postrm.in                            |   40 +++++++++++++
 debian/genscript.py                                |   61 ++++++++++++++++++++
 ...0001-Mark-the-DSA-host-pubkey-as-optional.patch |   37 ------------
 ...ove-dsahostkeypub-during-config-downgrade.patch |   32 ----------
 debian/patches/series                              |    2 -
 debian/rules                                       |   17 +++++-
 doc/html/_sources/news.txt                         |   37 +++++++++++-
 doc/html/_sources/rapi.txt                         |    2 +-
 doc/html/_sources/upgrade.txt                      |    3 +
 doc/html/admin.html                                |   10 ++--
 doc/html/cluster-merge.html                        |   10 ++--
 doc/html/design-2.0.html                           |   10 ++--
 doc/html/design-2.1.html                           |   10 ++--
 doc/html/design-2.2.html                           |   10 ++--
 doc/html/design-2.3.html                           |   10 ++--
 doc/html/design-2.4.html                           |   10 ++--
 doc/html/design-2.5.html                           |   10 ++--
 doc/html/design-2.6.html                           |   10 ++--
 doc/html/design-2.7.html                           |   10 ++--
 doc/html/design-2.8.html                           |   10 ++--
 doc/html/design-autorepair.html                    |   10 ++--
 doc/html/design-bulk-create.html                   |   10 ++--
 doc/html/design-chained-jobs.html                  |   10 ++--
 doc/html/design-cpu-pinning.html                   |   10 ++--
 doc/html/design-device-uuid-name.html              |   10 ++--
 doc/html/design-draft.html                         |   10 ++--
 doc/html/design-hroller.html                       |   10 ++--
 doc/html/design-htools-2.3.html                    |   10 ++--
 doc/html/design-http-server.html                   |   10 ++--
 doc/html/design-impexp2.html                       |   10 ++--
 doc/html/design-linuxha.html                       |   10 ++--
 doc/html/design-lu-generated-jobs.html             |   10 ++--
 doc/html/design-monitoring-agent.html              |   10 ++--
 doc/html/design-multi-reloc.html                   |   10 ++--
 doc/html/design-network.html                       |   10 ++--
 doc/html/design-node-add.html                      |   10 ++--
 doc/html/design-oob.html                           |   10 ++--
 doc/html/design-opportunistic-locking.html         |   10 ++--
 doc/html/design-ovf-support.html                   |   10 ++--
 doc/html/design-partitioned.html                   |   10 ++--
 doc/html/design-query-splitting.html               |   10 ++--
 doc/html/design-query2.html                        |   10 ++--
 doc/html/design-reason-trail.html                  |   10 ++--
 doc/html/design-resource-model.html                |   10 ++--
 doc/html/design-restricted-commands.html           |   10 ++--
 doc/html/design-shared-storage.html                |   10 ++--
 doc/html/design-storagetypes.html                  |   10 ++--
 doc/html/design-virtual-clusters.html              |   10 ++--
 doc/html/design-x509-ca.html                       |   10 ++--
 doc/html/devnotes.html                             |   10 ++--
 doc/html/glossary.html                             |   10 ++--
 doc/html/hooks.html                                |   10 ++--
 doc/html/iallocator.html                           |   10 ++--
 doc/html/index.html                                |   10 ++--
 doc/html/install-quick.html                        |   10 ++--
 doc/html/install.html                              |   10 ++--
 doc/html/locking.html                              |   10 ++--
 doc/html/manpages.html                             |   10 ++--
 doc/html/monitoring-query-format.html              |   10 ++--
 doc/html/move-instance.html                        |   10 ++--
 doc/html/news.html                                 |   54 ++++++++++++-----
 doc/html/ovfconverter.html                         |   10 ++--
 doc/html/rapi.html                                 |   12 ++--
 doc/html/search.html                               |   10 ++--
 doc/html/searchindex.js                            |    2 +-
 doc/html/security.html                             |   10 ++--
 doc/html/upgrade.html                              |   12 ++--
 doc/html/virtual-cluster.html                      |   10 ++--
 doc/html/walkthrough.html                          |   10 ++--
 doc/news.rst                                       |   37 +++++++++++-
 doc/rapi.rst                                       |    2 +-
 doc/upgrade.rst                                    |    3 +
 doc/users/groupmemberships.in                      |   11 ++++
 doc/users/groups.in                                |    7 +++
 doc/users/users.in                                 |    6 ++
 lib/cli.py                                         |    2 +-
 lib/cmdlib/instance.py                             |    6 ++
 man/gnt-node.8.in                                  |   15 +++--
 man/gnt-node.gen                                   |   13 ++---
 man/gnt-node.html.in                               |    4 +-
 man/gnt-node.rst                                   |   13 ++---
 man/hcheck.1.in                                    |    2 +-
 man/hcheck.gen                                     |    2 +-
 man/hcheck.html.in                                 |    2 +-
 man/hcheck.rst                                     |    2 +-
 man/hinfo.1.in                                     |    2 +-
 man/hinfo.gen                                      |    2 +-
 man/hinfo.html.in                                  |    2 +-
 man/hinfo.rst                                      |    2 +-
 man/hroller.1.in                                   |    2 +-
 man/hroller.gen                                    |    2 +-
 man/hroller.html.in                                |    2 +-
 man/hroller.rst                                    |    2 +-
 src/Ganeti/Objects.hs                              |    3 +-
 tools/cfgupgrade                                   |    2 +
 tools/users-setup.in                               |   35 -----------
 vcs-version                                        |    2 +-
 106 files changed, 778 insertions(+), 486 deletions(-)
 create mode 100644 debian/ganeti.postinst.in
 create mode 100644 debian/ganeti.postrm.in
 create mode 100755 debian/genscript.py
 delete mode 100644 debian/patches/0001-Mark-the-DSA-host-pubkey-as-optional.patch
 delete mode 100644 debian/patches/0002-Remove-dsahostkeypub-during-config-downgrade.patch
 create mode 100644 doc/users/groupmemberships.in
 create mode 100644 doc/users/groups.in
 create mode 100644 doc/users/users.in
 delete mode 100644 tools/users-setup.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git



More information about the Pkg-ganeti-devel mailing list