Jelajahi Sumber

Merge branch 'new_updates' of ShariX_Open/sharix-open-webapp-base into unstable

david berlinskiy 1 tahun lalu
induk
melakukan
aa97547344
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      _config
  2. 1 1
      bin/install.sh

+ 1 - 1
_config

@@ -1,4 +1,4 @@
-TICKETS="https://giticket-t.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
+TICKETS="https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
 BACKEND="https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git"
 CONFIG="https://git.sharix-app.org/ShariX_Open/sharix-open-config.git"
 DESIGN_TEMPLATE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git"

+ 1 - 1
bin/install.sh

@@ -27,7 +27,7 @@ update_repository "$BACKEND" "dbsynce" "metasynced_module"
 update_repository "$CONFIG" "conf" "master"
 update_repository "$DESIGN_TEMPLATE" "design_template" "unstable"
 update_repository "$WEBSERVICE_RUNNING" "webservice_running" "unstable"
-update_repository "$LANDING" "landing" "new-version"
+update_repository "$LANDING" "landing" "landing_module"
 update_repository "$USER_MODEL" "user" "master"
 update_repository "$WEBAPP_BASE" "design_template" "unstable"
 git pull