Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
remove specify spec-file and check for python3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Aug 8, 2017
1 parent 26acb0a commit d7da123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node('rhel7-np') {
checkout scm
createVirtualEnv 'env'
executeIn 'env', 'python -V'
executeIn 'env', 'python3 -V'
executeIn 'env', 'pip install --upgrade setuptools pip'
executeIn 'env', 'pip install -r requirements.txt'
}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: clean
$(PYTHON) setup.py build -f

build-rpm: clean
$(PYTHON) setup.py bdist_rpm --spec-file=rho.spec
$(PYTHON) setup.py bdist_rpm

clean:
-rm -f MANIFEST etc/version
Expand Down

0 comments on commit d7da123

Please sign in to comment.