Structure to init and manage my repositories
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

repos.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "BASE_URL": "https://git.mount-mockery.de",
  3. "REPO_LIST":
  4. [
  5. {
  6. "URL": "dirk/bin.git",
  7. "TARGET": "linux_env"
  8. },
  9. {
  10. "URL": "dirk/bash.git",
  11. "TARGET": "linux_env"
  12. },
  13. {
  14. "URL": "dirk/starter.git",
  15. "TARGET": "linux_env"
  16. },
  17. {
  18. "URL": "dirk/ptpython.git",
  19. "TARGET": "python_apps"
  20. },
  21. {
  22. "URL": "dirk/pyzo.git",
  23. "TARGET": "python_apps"
  24. },
  25. {
  26. "URL": "dirk/cutelog.git",
  27. "TARGET": "python_apps"
  28. },
  29. {
  30. "URL": "application/nemo.git",
  31. "TARGET": "applications"
  32. },
  33. {
  34. "URL": "application/cdi.git",
  35. "TARGET": "applications"
  36. },
  37. {
  38. "URL": "application/pyrip.git",
  39. "TARGET": "applications"
  40. },
  41. {
  42. "URL": "application/patt.git",
  43. "TARGET": "django"
  44. },
  45. {
  46. "URL": "application/pygal.git",
  47. "TARGET": "django"
  48. },
  49. {
  50. "URL": "unittest/caching.git",
  51. "TARGET": "unittest"
  52. },
  53. {
  54. "URL": "unittest/fstools.git",
  55. "TARGET": "unittest"
  56. },
  57. {
  58. "URL": "unittest/geo.git",
  59. "TARGET": "unittest"
  60. },
  61. {
  62. "URL": "unittest/helpers.git",
  63. "TARGET": "unittest"
  64. },
  65. {
  66. "URL": "unittest/keyboard.git",
  67. "TARGET": "unittest"
  68. },
  69. {
  70. "URL": "unittest/media.git",
  71. "TARGET": "unittest"
  72. },
  73. {
  74. "URL": "unittest/report.git",
  75. "TARGET": "unittest"
  76. },
  77. {
  78. "URL": "unittest/socket_protocol.git",
  79. "TARGET": "unittest"
  80. },
  81. {
  82. "URL": "unittest/state_machine.git",
  83. "TARGET": "unittest"
  84. },
  85. {
  86. "URL": "unittest/stringtools.git",
  87. "TARGET": "unittest"
  88. },
  89. {
  90. "URL": "unittest/task.git",
  91. "TARGET": "unittest"
  92. },
  93. {
  94. "URL": "unittest/tcp_socket.git",
  95. "TARGET": "unittest"
  96. },
  97. {
  98. "URL": "embedded_linux/embedded_linux.git",
  99. "TARGET": "embedded_linux"
  100. }
  101. ]
  102. }