no change - cosmetic only - various typos in comments
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 5 Nov 2015 13:42:21 +0000 (14:42 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 5 Nov 2015 13:42:21 +0000 (14:42 +0100)
Makefile
nepi/execution/resource.py

index 948634f..6873e15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -110,11 +110,13 @@ pypi:
          fi
 
 
          fi
 
 
-# it can be convenient to define a test entry, say testpypi
+# it can be convenient to define a test entry, say testpypi, in your .pypirc
 # that points at the testpypi public site
 # that points at the testpypi public site
-# in this case we do not want to upload anything on the build box though
-
 testpypi:
 testpypi:
+# no upload to build.onelab.eu is done in this case 
+# try it out with
+# pip install -i https://testpypi.python.org/pypi nepi
+# dependencies need to be managed manually though
        $(call upload_pypi,testpypi)
 
 #################### convenience, for debugging only
        $(call upload_pypi,testpypi)
 
 #################### convenience, for debugging only
index 1d85ee0..bf2339f 100644 (file)
@@ -1168,7 +1168,7 @@ class ResourceFactory(object):
 
     @classmethod
     def create(cls, rtype, ec, guid):
 
     @classmethod
     def create(cls, rtype, ec, guid):
-        """Create a new instance of a Ressource Manager"""
+        """Create a new instance of a Resource Manager"""
         rclass = cls._resource_types[rtype]
         return rclass(ec, guid)
 
         rclass = cls._resource_types[rtype]
         return rclass(ec, guid)