my_repositories/repos.json

247 lines
5.2 KiB
JSON
Raw Normal View History

2022-05-08 14:17:14 +02:00
{
"BASE_URL": "https://git.mount-mockery.de",
"REPO_LIST":
[
{
"URL": "dirk/bin.git",
"TARGET": "linux_env"
},
{
"URL": "dirk/bash.git",
"TARGET": "linux_env"
},
{
"URL": "dirk/starter.git",
"TARGET": "linux_env"
},
2023-05-27 16:27:10 +02:00
2022-05-08 14:17:14 +02:00
{
2023-05-27 16:27:10 +02:00
"URL": "dirk/garbage_disposal.git",
"TARGET": "."
2022-05-08 14:17:14 +02:00
},
2023-05-27 16:27:10 +02:00
2022-05-08 14:17:14 +02:00
{
2023-05-27 16:27:10 +02:00
"URL": "application/cdi.git",
"TARGET": "applications"
2022-05-08 14:17:14 +02:00
},
2025-02-14 21:46:07 +01:00
{
"URL": "application/file2mail.git",
"TARGET": "applications"
},
{
"URL": "application/ftail.git",
"TARGET": "applications"
},
2022-05-08 14:17:14 +02:00
{
2023-05-27 16:27:10 +02:00
"URL": "application/mysync.git",
"TARGET": "applications"
2022-05-08 14:17:14 +02:00
},
2025-02-14 21:46:07 +01:00
{
"URL": "application/mqtt_sniffer.git",
"TARGET": "applications"
},
{
"URL": "application/nagios-plugins.git",
"TARGET": "applications"
},
2022-05-08 14:17:14 +02:00
{
"URL": "application/nemo.git",
"TARGET": "applications"
},
{
2023-05-27 16:27:10 +02:00
"URL": "application/pyrip.git",
2022-05-08 14:17:14 +02:00
"TARGET": "applications"
},
2023-05-27 16:27:10 +02:00
2022-05-08 14:17:14 +02:00
{
2023-05-27 16:27:10 +02:00
"URL": "application/garage_txt_client.git",
"TARGET": "clients"
2022-05-08 14:17:14 +02:00
},
2023-05-27 16:27:10 +02:00
{
"URL": "application/smarthome_rpi_gui_client.git",
"TARGET": "clients"
},
2022-05-08 14:17:14 +02:00
{
"URL": "application/patt.git",
"TARGET": "django"
},
{
"URL": "application/pygal.git",
"TARGET": "django"
},
2023-05-27 16:27:10 +02:00
{
"URL": "application/pdns.git",
"TARGET": "django"
},
2025-02-14 21:46:07 +01:00
{
"URL": "application/piki.git",
"TARGET": "django"
},
2023-05-27 16:27:10 +02:00
{
"URL": "embedded_linux/embedded_linux.git",
"TARGET": "embedded_linux"
},
{
"URL": "dirk/pylibs.git",
"TARGET": "."
},
{
"URL": "dirk/ptpython.git",
"TARGET": "python_apps"
},
{
"URL": "dirk/pyzo.git",
"TARGET": "python_apps"
},
{
"URL": "dirk/cutelog.git",
"TARGET": "python_apps"
},
{
"URL": "dirk/spyder.git",
"TARGET": "python_apps"
},
{
"URL": "application/garage_rpi_server.git",
"TARGET": "server"
},
{
"URL": "smarthome/smart_brain.git",
"TARGET": "smarthome"
},
2025-02-14 21:46:07 +01:00
{
"URL": "smarthome/home_emulation.git",
"TARGET": "smarthome"
},
2023-05-27 16:27:10 +02:00
{
"URL": "smarthome/smart_brain_test.git",
"TARGET": "smarthome"
},
{
"URL": "smarthome/ambient_info.git",
"TARGET": "smarthome"
},
{
"URL": "smarthome/leyk.git",
"TARGET": "smarthome"
},
{
"URL": "smarthome/mpd.git",
"TARGET": "smarthome"
},
{
"URL": "smarthome/powerplug-energenie.git",
"TARGET": "smarthome"
},
2025-02-14 21:46:07 +01:00
{
"URL": "smarthome/remote_control.git",
"TARGET": "smarthome"
},
2023-05-27 16:27:10 +02:00
{
"URL": "smarthome/spotify.git",
"TARGET": "smarthome"
},
2025-02-14 21:46:07 +01:00
{
"URL": "smarthome/bt-audio.git",
"TARGET": "smarthome"
},
2022-05-08 14:17:14 +02:00
{
"URL": "unittest/caching.git",
"TARGET": "unittest"
},
{
"URL": "unittest/fstools.git",
"TARGET": "unittest"
},
{
"URL": "unittest/geo.git",
"TARGET": "unittest"
},
{
"URL": "unittest/helpers.git",
"TARGET": "unittest"
},
{
"URL": "unittest/keyboard.git",
"TARGET": "unittest"
},
{
"URL": "unittest/media.git",
"TARGET": "unittest"
},
{
"URL": "unittest/report.git",
"TARGET": "unittest"
},
{
"URL": "unittest/socket_protocol.git",
"TARGET": "unittest"
},
{
"URL": "unittest/state_machine.git",
"TARGET": "unittest"
},
{
"URL": "unittest/stringtools.git",
"TARGET": "unittest"
},
{
"URL": "unittest/task.git",
"TARGET": "unittest"
},
{
"URL": "unittest/tcp_socket.git",
"TARGET": "unittest"
2025-02-14 21:46:07 +01:00
},
{
"URL": "ansible/zigbee_cfg_multimedia",
"TARGET": "smarthome_cfg"
},
{
"URL": "ansible/zigbee_cfg_ffw",
"TARGET": "smarthome_cfg"
},
{
"URL": "ansible/zigbee_cfg_ffe",
"TARGET": "smarthome_cfg"
},
{
"URL": "ansible/zigbee_cfg_gfe",
"TARGET": "smarthome_cfg"
},
{
"URL": "ansible/zigbee_cfg_raspi",
"TARGET": "smarthome_cfg"
2022-05-08 14:17:14 +02:00
}
]
}