Structure to init and manage my repositories
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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/garbage_disposal.git",
  19. "TARGET": "."
  20. },
  21. {
  22. "URL": "application/cdi.git",
  23. "TARGET": "applications"
  24. },
  25. {
  26. "URL": "application/mysync.git",
  27. "TARGET": "applications"
  28. },
  29. {
  30. "URL": "application/nemo.git",
  31. "TARGET": "applications"
  32. },
  33. {
  34. "URL": "application/pyrip.git",
  35. "TARGET": "applications"
  36. },
  37. {
  38. "URL": "application/garage_txt_client.git",
  39. "TARGET": "clients"
  40. },
  41. {
  42. "URL": "application/smarthome_rpi_gui_client.git",
  43. "TARGET": "clients"
  44. },
  45. {
  46. "URL": "application/patt.git",
  47. "TARGET": "django"
  48. },
  49. {
  50. "URL": "application/pygal.git",
  51. "TARGET": "django"
  52. },
  53. {
  54. "URL": "application/pdns.git",
  55. "TARGET": "django"
  56. },
  57. {
  58. "URL": "embedded_linux/embedded_linux.git",
  59. "TARGET": "embedded_linux"
  60. },
  61. {
  62. "URL": "dirk/pylibs.git",
  63. "TARGET": "."
  64. },
  65. {
  66. "URL": "dirk/ptpython.git",
  67. "TARGET": "python_apps"
  68. },
  69. {
  70. "URL": "dirk/pyzo.git",
  71. "TARGET": "python_apps"
  72. },
  73. {
  74. "URL": "dirk/cutelog.git",
  75. "TARGET": "python_apps"
  76. },
  77. {
  78. "URL": "dirk/spyder.git",
  79. "TARGET": "python_apps"
  80. },
  81. {
  82. "URL": "application/garage_rpi_server.git",
  83. "TARGET": "server"
  84. },
  85. {
  86. "URL": "smarthome/smart_brain.git",
  87. "TARGET": "smarthome"
  88. },
  89. {
  90. "URL": "smarthome/smart_brain_test.git",
  91. "TARGET": "smarthome"
  92. },
  93. {
  94. "URL": "smarthome/ambient_info.git",
  95. "TARGET": "smarthome"
  96. },
  97. {
  98. "URL": "smarthome/leyk.git",
  99. "TARGET": "smarthome"
  100. },
  101. {
  102. "URL": "smarthome/mpd.git",
  103. "TARGET": "smarthome"
  104. },
  105. {
  106. "URL": "smarthome/powerplug-energenie.git",
  107. "TARGET": "smarthome"
  108. },
  109. {
  110. "URL": "smarthome/spotify.git",
  111. "TARGET": "smarthome"
  112. },
  113. {
  114. "URL": "unittest/caching.git",
  115. "TARGET": "unittest"
  116. },
  117. {
  118. "URL": "unittest/fstools.git",
  119. "TARGET": "unittest"
  120. },
  121. {
  122. "URL": "unittest/geo.git",
  123. "TARGET": "unittest"
  124. },
  125. {
  126. "URL": "unittest/helpers.git",
  127. "TARGET": "unittest"
  128. },
  129. {
  130. "URL": "unittest/keyboard.git",
  131. "TARGET": "unittest"
  132. },
  133. {
  134. "URL": "unittest/media.git",
  135. "TARGET": "unittest"
  136. },
  137. {
  138. "URL": "unittest/report.git",
  139. "TARGET": "unittest"
  140. },
  141. {
  142. "URL": "unittest/socket_protocol.git",
  143. "TARGET": "unittest"
  144. },
  145. {
  146. "URL": "unittest/state_machine.git",
  147. "TARGET": "unittest"
  148. },
  149. {
  150. "URL": "unittest/stringtools.git",
  151. "TARGET": "unittest"
  152. },
  153. {
  154. "URL": "unittest/task.git",
  155. "TARGET": "unittest"
  156. },
  157. {
  158. "URL": "unittest/tcp_socket.git",
  159. "TARGET": "unittest"
  160. }
  161. ]
  162. }