my_repositories/repos.json

193 lines
3.9 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
},
{
2023-05-27 16:27:10 +02:00
"URL": "application/mysync.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"
},
{
"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"
},
{
"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"
},
{
"URL": "smarthome/spotify.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"
}
]
}