Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McKay committed Aug 27, 2020
1 parent 77dba5b commit 5da3dd3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 31 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.centos7.osbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ RUN scl enable python36 "\
PYTHONPATH=$QUAYPATH python -m external_libraries \
"

RUN cp -r $QUAYDIR/static/ldn $QUAYDIR/config_app/static/ldn && \
cp -r $QUAYDIR/static/fonts $QUAYDIR/config_app/static/fonts && \
cp -r $QUAYDIR/static/webfonts $QUAYDIR/config_app/static/webfonts

# Check python dependencies for GPL
# Due to the following bug, pip results must be piped to a file before grepping:
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile.osbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ RUN scl enable python36 "\
PYTHONPATH=$QUAYPATH python -m external_libraries \
"

RUN cp -r $QUAYDIR/static/ldn $QUAYDIR/config_app/static/ldn && \
cp -r $QUAYDIR/static/fonts $QUAYDIR/config_app/static/fonts && \
cp -r $QUAYDIR/static/webfonts $QUAYDIR/config_app/static/webfonts

# Check python dependencies for GPL
# Due to the following bug, pip results must be piped to a file before grepping:
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ RUN scl enable python36 "\
PYTHONPATH=$QUAYPATH python -m external_libraries \
"

RUN cp -r $QUAYDIR/static/ldn $QUAYDIR/config_app/static/ldn && \
cp -r $QUAYDIR/static/fonts $QUAYDIR/config_app/static/fonts && \
cp -r $QUAYDIR/static/webfonts $QUAYDIR/config_app/static/webfonts

# Check python dependencies for GPL
# Due to the following bug, pip results must be piped to a file before grepping:
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ RUN alternatives --set python /usr/bin/python3 && \
mkdir -p $QUAYDIR/static/webfonts && \
mkdir -p $QUAYDIR/static/fonts && \
mkdir -p $QUAYDIR/static/ldn && \
PYTHONPATH=$QUAYPATH python -m external_libraries && \
cp -r $QUAYDIR/static/ldn $QUAYDIR/config_app/static/ldn && \
cp -r $QUAYDIR/static/fonts $QUAYDIR/config_app/static/fonts && \
cp -r $QUAYDIR/static/webfonts $QUAYDIR/config_app/static/webfonts
PYTHONPATH=$QUAYPATH python -m external_libraries


RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - && \
Expand Down
1 change: 0 additions & 1 deletion endpoints/api/discovery.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO to extract the discovery stuff into a util at the top level and then use it both here and config_app discovery.py
"""
API discovery information.
"""
Expand Down
17 changes: 0 additions & 17 deletions local-config-app.sh

This file was deleted.

0 comments on commit 5da3dd3

Please sign in to comment.