123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "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"
- },
-
-
- {
- "URL": "dirk/ptpython.git",
- "TARGET": "python_apps"
- },
- {
- "URL": "dirk/pyzo.git",
- "TARGET": "python_apps"
- },
- {
- "URL": "dirk/cutelog.git",
- "TARGET": "python_apps"
- },
-
-
- {
- "URL": "application/nemo.git",
- "TARGET": "applications"
- },
- {
- "URL": "application/cdi.git",
- "TARGET": "applications"
- },
- {
- "URL": "application/pyrip.git",
- "TARGET": "applications"
- },
-
- {
- "URL": "application/patt.git",
- "TARGET": "django"
- },
- {
- "URL": "application/pygal.git",
- "TARGET": "django"
- },
-
-
-
- {
- "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"
- },
-
-
- {
- "URL": "embedded_linux/embedded_linux.git",
- "TARGET": "embedded_linux"
- }
- ]
- }
|