forked from fedora-infra/anitya
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Anitya work with OpenShift s2i builders
A couple changes are required to make the s2i builder for OpenShift work: * Move the requirements into the repository root * Depend on psycopg and gunicorn * Add a configuration file for the builder in .s2i Additionally, this drops the EL7 test requirements since we'll be deploying on a Fedora-based image. Signed-off-by: Jeremy Cline <[email protected]>
- Loading branch information
1 parent
c257229
commit 2490c9a
Showing
10 changed files
with
13 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
APP_MODULE=anitya.wsgi:application | ||
UPGRADE_PIP_TO_LATEST=true |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ env: | |
- TOXENV=lint | ||
- TOXENV=docs | ||
- TOXENV=py27 | ||
- TOXENV=el7 | ||
matrix: | ||
include: | ||
- python: 3.5 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
include LICENSE README.rst CHANGELOG.rst | ||
include alembic.ini | ||
include runtests.sh createdb.py nosetests migrate_wiki.py | ||
include requirements.txt readthedocs.txt test_requirements.txt | ||
recursive-include fedmsg.d * | ||
recursive-include files * | ||
recursive-include requirements * | ||
recursive-include anitya/templates * | ||
recursive-include anitya/static * |
This file contains 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
File renamed without changes.
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
File renamed without changes.
This file contains 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