Skip to content

Instantly share code, notes, and snippets.

@strider
Created July 13, 2017 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strider/0b529fdf260c68b0972dd2ba7adad930 to your computer and use it in GitHub Desktop.
Save strider/0b529fdf260c68b0972dd2ba7adad930 to your computer and use it in GitHub Desktop.
diff --git a/opm-spec-create.py b/opm-spec-create.py
index fd05ec3..dd6ba58 100644
--- a/opm-spec-create.py
+++ b/opm-spec-create.py
@@ -31,7 +31,8 @@ from rdopkg.helpers import cdir
from rdopkg.utils.cmd import git
-RDOINFO = 'https://review.rdoproject.org/r/rdoinfo.git'
+# RDOINFO = 'https://review.rdoproject.org/r/rdoinfo.git'
+RDOINFO = 'https://github.com/dnyanmpawar/rdoinfo.git'
def fetch_rdoinfo(rdoinfo_repo):
@@ -44,7 +45,8 @@ def fetch_rdoinfo(rdoinfo_repo):
file, path, desc = imp.find_module('rdoinfo', [rm.repo_path])
rdoinfo = imp.load_module('rdoinfo', file, path, desc)
return rdoinfo.parse_info_file(os.path.join(userdir,
- 'rdoinfo/rdo.yml'))
+ 'rdoinfo/rdo.yml'),
+ include_fns=[])
def load_metadata_file(filename):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment