package/python-rtslib-fb: update URL to the open-iscsi organization
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>
Sat, 8 Oct 2016 14:34:50 +0000 (16:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Oct 2016 11:56:46 +0000 (13:56 +0200)
Also add a comment to indicate that python-configshell-fb and
targetcli-fb should be bumped every time python-rtslib-fb is bumped
because upstream usually upgrades all of these packages at the same
time.

Another comment warns that switching this package to PyPI would make us
miss new versions of python-rtslib-fb.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-rtslib-fb/Config.in
package/python-rtslib-fb/python-rtslib-fb.mk

index 7bae5604092819085ebc7d24199105cc8d87d3e5..f4083340e66bf583e588332a6e2687477fa1d5d7 100644 (file)
@@ -6,4 +6,4 @@ config BR2_PACKAGE_PYTHON_RTSLIB_FB
          the LIO generic SCSI target, present in 3.x Linux kernel
          versions.
 
-         https://github.com/agrover/rtslib-fb
+         https://github.com/open-iscsi/rtslib-fb
index 85bee0ba752bd016d7151f397d1608155e2d1f13..8236fb8eb157785ffceb4b6597617dff3dffd7cc 100644 (file)
@@ -4,8 +4,11 @@
 #
 ################################################################################
 
+# When upgrading the version, be sure to also upgrade
+# python-configshell-fb and targetcli-fb at the same time.
 PYTHON_RTSLIB_FB_VERSION = v2.1.fb57
-PYTHON_RTSLIB_FB_SITE = $(call github,agrover,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION))
+# Do not switch site to PyPI: it does not contain the latest version.
+PYTHON_RTSLIB_FB_SITE = $(call github,open-iscsi,rtslib-fb,$(PYTHON_RTSLIB_FB_VERSION))
 PYTHON_RTSLIB_FB_LICENSE = Apache-2.0
 PYTHON_RTSLIB_FB_LICENSE_FILES = COPYING
 PYTHON_RTSLIB_FB_SETUP_TYPE = setuptools