[arch-commits] Commit in cloud-init/trunk (PKGBUILD fix-logging.patch)

Jonathan Steel jsteel at archlinux.org
Wed Jan 25 11:24:26 UTC 2017


    Date: Wednesday, January 25, 2017 @ 11:24:26
  Author: jsteel
Revision: 209036

upgpkg: cloud-init 0.7.9-1

Modified:
  cloud-init/trunk/PKGBUILD
  cloud-init/trunk/fix-logging.patch

-------------------+
 PKGBUILD          |    8 ++++----
 fix-logging.patch |   16 ++++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-25 10:32:19 UTC (rev 209035)
+++ PKGBUILD	2017-01-25 11:24:26 UTC (rev 209036)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=cloud-init
-pkgver=0.7.8
-pkgrel=3
+pkgver=0.7.9
+pkgrel=1
 pkgdesc="The standard for customising cloud instances"
 arch=('any')
 url="http://cloud-init.io"
@@ -19,8 +19,8 @@
 source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
         fix-logging.patch
         archlinux.cloud.cfg)
-md5sums=('a522fc74f9b89200f821bda6c2ea44f1'
-         '8db4f73788f13117820e698903f849df'
+md5sums=('0a83072b25a0f96c539fa6cd45c05347'
+         '269cf6bd2337ca2fea3197aefeee5277'
          '4c03c6d2d35c42086ed07f487f01c08a')
 
 prepare(){

Modified: fix-logging.patch
===================================================================
--- fix-logging.patch	2017-01-25 10:32:19 UTC (rev 209035)
+++ fix-logging.patch	2017-01-25 11:24:26 UTC (rev 209036)
@@ -1,8 +1,6 @@
-diff --git a/config/cloud.cfg.d/05_logging.cfg b/config/cloud.cfg.d/05_logging.cfg
-index 2e18073..e2ccd78 100644
 --- a/config/cloud.cfg.d/05_logging.cfg
 +++ b/config/cloud.cfg.d/05_logging.cfg
-@@ -38,25 +38,18 @@ _log:
+@@ -38,19 +38,14 @@
     format=%(asctime)s - %(filename)s[%(levelname)s]: %(message)s
     
     [formatter_simpleFormatter]
@@ -25,11 +23,13 @@
 +   args=("/dev/log", handlers.SysLogHandler.LOG_DAEMON)
  
  log_cfgs:
- # These will be joined into a string that defines the configuration
-  - [ *log_base, *log_syslog ]
--# These will be joined into a string that defines the configuration
+ # Array entries in this list will be joined into a string
+@@ -61,7 +56,7 @@
+ #
+ # The default behavior is to just log to a file.
+ # This mechanism that does not depend on a system service to operate.
 - - [ *log_base, *log_file ]
- # A file path can also be used
++# - [ *log_base, *log_file ]
+ # A file path can also be used.
  # - /etc/log.conf
  
-



More information about the arch-commits mailing list