Skip to content

Commit

Permalink
chore: remove all references to old dhis-web path (#17113)
Browse files Browse the repository at this point in the history
* chore: remove all references to old dhis-web path

Signed-off-by: Rado <[email protected]>

* Update config

As noted in other comments, if these resources are no longer in the repo, we should not reference them in the transifex config.

---------

Signed-off-by: Rado <[email protected]>
Co-authored-by: Philip-Larsen-Donnelly <[email protected]>
  • Loading branch information
radnov and Philip-Larsen-Donnelly authored Apr 11, 2024
1 parent de365b1 commit 161f634
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
host = https://www.transifex.com
lang_map = fa_AF: prs, uz@Cyrl: uz_UZ_Cyrl, uz@Latn: uz_UZ_Latn

[o:hisp-uio:p:app-server-side-resources:r:dataentry-i18n-module-properties]
file_filter = dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module_<lang>.properties
source_file = dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties
source_lang = en
type = PROPERTIES
minimum_perc = 0

[o:hisp-uio:p:app-server-side-resources:r:i18n-global-properties]
file_filter = dhis-2/dhis-services/dhis-service-core/src/main/resources/i18n_global_<lang>.properties
source_file = dhis-2/dhis-services/dhis-service-core/src/main/resources/i18n_global.properties
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Go in the repo and run maven:

Each project in the /dhis-2/dhis-web directory is an individual web module. The dhis-web-portal project is an assembly of all the individual web modules.

This should create a ready to use war in /dhis-2/dhis-web/dhis-web-portal/target
This should create a ready to use war in /dhis-2/dhis-web-portal/target

## Run locally

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ It should now be available at `http://localhost:8080`.
To build using a custom tag run

```sh
mvn -DskipTests -Dmaven.test.skip=true -f dhis-2/dhis-web/dhis-web-portal/pom.xml jib:dockerBuild -Djib.to.image=dhis2/core-dev:mytag
mvn -DskipTests -Dmaven.test.skip=true -f dhis-2/dhis-web-portal/pom.xml jib:dockerBuild -Djib.to.image=dhis2/core-dev:mytag
```

For more configuration options related to Jib or Docker go to the
Expand Down
6 changes: 3 additions & 3 deletions jib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ layers:
files:
- src: ${unarchivedWarDir}
dest: ${imageAppRoot}
- src: "dhis-2/dhis-web/dhis-web-portal/src/main/jib/usr/local/tomcat/conf/server.xml"
- src: "dhis-2/dhis-web-portal/src/main/jib/usr/local/tomcat/conf/server.xml"
dest: "/usr/local/tomcat/conf/server.xml"
- src: "dhis-2/dhis-web/dhis-web-portal/src/main/jib/usr/local/tomcat/conf/Catalina/localhost"
- src: "dhis-2/dhis-web-portal/src/main/jib/usr/local/tomcat/conf/Catalina/localhost"
dest: "/usr/local/tomcat/conf/Catalina/localhost"
- src: "dhis-2/dhis-web/dhis-web-portal/src/main/jib/opt/dhis2"
- src: "dhis-2/dhis-web-portal/src/main/jib/opt/dhis2"
dest: "/opt/dhis2"
properties:
user: ${imageUser}
Expand Down

0 comments on commit 161f634

Please sign in to comment.