From 81007137e2c7c300b07e4f2aa4b96fb24b3c95a3 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 3 Jan 2026 18:51:47 +0100 Subject: Update git modules and stuff --- .gitmodules | 4 ++-- Taskfile.yml | 8 ++++---- build-config.json | 13 ++++--------- build_coruna | 1 - build_renfe | 2 +- build_tranvias | 1 + router-config.json | 16 ++++++++-------- 7 files changed, 20 insertions(+), 25 deletions(-) delete mode 160000 build_coruna create mode 160000 build_tranvias diff --git a/.gitmodules b/.gitmodules index 87879cd..61cea4d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,6 @@ path = build_renfe url = https://github.com/tpgalicia/gtfs-renfe-galicia.git -[submodule "build_coruna"] - path = build_coruna +[submodule "build_tranvias"] + path = build_tranvias url = https://github.com/tpgalicia/gtfs-coruna.git diff --git a/Taskfile.yml b/Taskfile.yml index af735ca..e66e7da 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -28,11 +28,11 @@ tasks: - cp build_renfe/gtfs_renfe_galicia_general*.zip feeds/renfe.zip - cp build_renfe/gtfs_renfe_galicia_feve*.zip feeds/feve.zip - download-coruna: + download-tranvias: desc: "Download A Coruña city GTFS data (NAP MITRAMS)" cmds: - - uv --directory build_coruna run ./build_static_feed.py {{.NAP_API_KEY}} - - cp build_coruna/gtfs_coruna.zip feeds/coruna.zip + - uv --directory build_tranvias run ./build_static_feed.py {{.NAP_API_KEY}} + - cp build_tranvias/gtfs_coruna.zip feeds/tranvias.zip download-vitrasa: desc: "Download Vitrasa GTFS data (Vigo Open Data)" @@ -44,7 +44,7 @@ tasks: deps: - download-xunta - download-renfe - - download-coruna + - download-tranvias - download-vitrasa build-osm: diff --git a/build-config.json b/build-config.json index d215e4a..2d4e4bb 100644 --- a/build-config.json +++ b/build-config.json @@ -14,21 +14,16 @@ "feedId": "feve", "type": "gtfs", "source": "./feeds/feve.zip" - }, - { - "feedId": "cercanias", - "type": "gtfs", - "source": "./feeds/cercanias.zip" }, { - "feedId": "santiago", + "feedId": "tussa", "type": "gtfs", - "source": "./feeds/ibi_santiago.zip" + "source": "./feeds/tussa.zip" }, { - "feedId": "coruna", + "feedId": "tranvias", "type": "gtfs", - "source": "./feeds/coruna.zip" + "source": "./feeds/tranvias.zip" }, { "feedId": "vitrasa", diff --git a/build_coruna b/build_coruna deleted file mode 160000 index ae9dba3..0000000 --- a/build_coruna +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ae9dba3fcac00aa7f18bc5857bb15fab69b7b96d diff --git a/build_renfe b/build_renfe index a56b827..dd58288 160000 --- a/build_renfe +++ b/build_renfe @@ -1 +1 @@ -Subproject commit a56b8277fab46a936bd3844023fded7e1256464b +Subproject commit dd582884a7d355513739df5828022b75780a0daa diff --git a/build_tranvias b/build_tranvias new file mode 160000 index 0000000..fdb8b41 --- /dev/null +++ b/build_tranvias @@ -0,0 +1 @@ +Subproject commit fdb8b414ac14cc8a5504f3a1a405035f93b94449 diff --git a/router-config.json b/router-config.json index 8443871..ff3877e 100644 --- a/router-config.json +++ b/router-config.json @@ -1,9 +1,9 @@ { - "updaters": [ - { - "type": "stop-time-updater", - "url": "http://localhost:5000/proto", - "feedId": "renfe" - } - ] -} \ No newline at end of file + "updaters": [ + { + "type": "stop-time-updater", + "url": "http://localhost:5000/proto", + "feedId": "renfe" + } + ] +} -- cgit v1.3