prometheanfire    15/08/06 02:18:22

  Modified:             cinder-2015.1.9999.ebuild cinder-2015.1.1.ebuild
                        ChangeLog
  Log:
  adding more elog to pkg_postinst
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.8                  sys-cluster/cinder/cinder-2015.1.9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild?r1=1.7&r2=1.8

Index: cinder-2015.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cinder-2015.1.9999.ebuild   5 Aug 2015 02:29:11 -0000       1.7
+++ cinder-2015.1.9999.ebuild   6 Aug 2015 02:18:22 -0000       1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild,v 1.7 
2015/08/05 02:29:11 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild,v 1.8 
2015/08/06 02:18:22 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -195,5 +195,6 @@
 pkg_postinst() {
        if use iscsi ; then
                elog "Cinder needs tgtd to be installed and running to work 
with iscsi"
+               elog "it also needs 'include /var/lib/cinder/volumes/*' in 
/etc/tgt/targets.conf"
        fi
 }



1.3                  sys-cluster/cinder/cinder-2015.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild?r1=1.2&r2=1.3

Index: cinder-2015.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cinder-2015.1.1.ebuild      5 Aug 2015 02:29:11 -0000       1.2
+++ cinder-2015.1.1.ebuild      6 Aug 2015 02:18:22 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v 
1.2 2015/08/05 02:29:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v 
1.3 2015/08/06 02:18:22 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -194,5 +194,6 @@
 pkg_postinst() {
        if use iscsi ; then
                elog "Cinder needs tgtd to be installed and running to work 
with iscsi"
+               elog "it also needs 'include /var/lib/cinder/volumes/*' in 
/etc/tgt/targets.conf"
        fi
 }



1.62                 sys-cluster/cinder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   5 Aug 2015 02:29:11 -0000       1.61
+++ ChangeLog   6 Aug 2015 02:18:22 -0000       1.62
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/cinder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.61 
2015/08/05 02:29:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.62 
2015/08/06 02:18:22 prometheanfire Exp $
+
+  06 Aug 2015; Matthew Thode <[email protected]> 
cinder-2015.1.1.ebuild,
+  cinder-2015.1.9999.ebuild:
+  adding more elog to pkg_postinst
 
   05 Aug 2015; Matthew Thode <[email protected]>
   -cinder-2014.2.2.ebuild, -cinder-2014.2.3-r1.ebuild, -cinder-2014.2.3.ebuild,




Reply via email to