Created
July 13, 2017 12:00
-
-
Save strider/0b529fdf260c68b0972dd2ba7adad930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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