Skip to content

Commit

Permalink
update theme package
Browse files Browse the repository at this point in the history
  • Loading branch information
fekad committed Feb 21, 2024
1 parent d911c24 commit e8a910f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "image/fairmat-indico-theme"]
path = image/fairmat-indico-theme
url = git@github.com:FAIRmat-NFDI/fairmat-indico-theme.git
4 changes: 2 additions & 2 deletions charts/indico/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
version: 0.1.6
version: 0.1.7
name: indico
type: application
description: Indico from CERN
appVersion: "v3.2.7"
appVersion: "v3.2.9"
dependencies:
- name: postgresql
version: "11.x"
Expand Down
3 changes: 2 additions & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

COPY --chown=nonroot:nonroot requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY --chown=nonroot:nonroot fairmat-indico-theme/ ./fairmat-indico-theme
RUN pip install --no-cache-dir -r requirements.txt ./fairmat-indico-theme/

# Workaround: create missing configs and folder structure
# RUN ["/bin/bash", "-c", "mkdir -p --mode=775 /opt/indico/{etc,tmp,log,cache,archive}"]
Expand Down
1 change: 1 addition & 0 deletions image/fairmat-indico-theme
Submodule fairmat-indico-theme added at 5fe74f
5 changes: 2 additions & 3 deletions image/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
uwsgi
indico
indico-plugins
indico-plugin-themes-fairmat @ git+https://github.com/FAIRmat-NFDI/fairmat-indico-theme@main
indico==3.2.9
indico-plugins

0 comments on commit e8a910f

Please sign in to comment.