[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.1.6-1-10-gcfcec30

Iustin Pop iustin at debian.org
Sun Oct 24 15:24:10 UTC 2010


The following commit has been merged in the master branch:
commit d397583a5e437cbc5252e5ef7e5d6ce206df1fe1
Author: Iustin Pop <iustin at debian.org>
Date:   Sun Oct 24 15:37:59 2010 +0200

    Update the cfgupgrade patch
    
    Functions have moved around in 2.2…

diff --git a/debian/patches/cfgupgrade12-remove-old-ssconf.patch b/debian/patches/cfgupgrade12-remove-old-ssconf.patch
index 008cc55..c062a26 100644
--- a/debian/patches/cfgupgrade12-remove-old-ssconf.patch
+++ b/debian/patches/cfgupgrade12-remove-old-ssconf.patch
@@ -3,12 +3,12 @@ Description: Remove obsolete ssconf files
   upgrade has completed or not; this is not needed for upstream,
   although it is a good cleanup
 Author: Iustin Pop <iustin at debian.org>
-Last-Update: 2010-04-17
+Last-Update: 2010-10-24
 --- a/tools/cfgupgrade12
 +++ b/tools/cfgupgrade12
 @@ -404,6 +404,10 @@
          logging.debug("Writing RAPI certificate to %s", options.RAPI_CERT_FILE)
-         bootstrap.GenerateSelfSignedSslCert(options.RAPI_CERT_FILE)
+         utils.GenerateSelfSignedSslCert(options.RAPI_CERT_FILE)
  
 +      ss_hyp = SsconfName('hypervisor')
 +      if os.path.exists(ss_hyp):

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list