Dirk Alders 1 year ago
parent
commit
f42f54ae85
8 changed files with 129 additions and 33 deletions
  1. 9
    1
      Makefile
  2. 4
    4
      applications/Makefile
  3. 5
    0
      clients/Makefile
  4. 5
    5
      django/Makefile
  5. 1
    1
      linux_env/Makefile
  6. 4
    4
      python_apps/Makefile
  7. 97
    17
      repos.json
  8. 4
    1
      unittest/Makefile

+ 9
- 1
Makefile View File

@@ -1,13 +1,21 @@
1
+default: gitstatus
2
+
1 3
 help:
2 4
 	@echo Possible targets: init giti
3 5
 
4 6
 init:
5 7
 	@python3 __scripts__/init.py
6 8
 
7
-status:
9
+gitstatus:
8 10
 	@make --no-print-directory -C applications $@
11
+	@make --no-print-directory -C clients $@
12
+	@make --no-print-directory -C django $@
9 13
 	@make --no-print-directory -C embedded_linux $@
14
+	@make --no-print-directory -C garbage_disposal $@
10 15
 	@make --no-print-directory -C linux_env $@
16
+	@make --no-print-directory -C pylibs $@
11 17
 	@make --no-print-directory -C python_apps $@
18
+	@make --no-print-directory -C server $@
19
+	@make --no-print-directory -C smarthome $@
12 20
 	@make --no-print-directory -C unittest $@
13 21
 

+ 4
- 4
applications/Makefile View File

@@ -1,5 +1,5 @@
1
-status:
2
-	@echo "\n\n\033[1;34m╔═══════════╗"
3
-	@echo               "║ linux_env ║"
4
-	@echo               "╚═══════════╝\033[00m"
1
+gitstatus:
2
+	@echo "\n\n\033[1;34m╔══════════════╗"
3
+	@echo               "║ applications ║"
4
+	@echo               "╚══════════════╝\033[00m"
5 5
 	@ineach "giti -s && echo -n ' - ' && pwd"

+ 5
- 0
clients/Makefile View File

@@ -0,0 +1,5 @@
1
+gitstatus:
2
+	@echo "\n\n\033[1;34m╔═════════╗"
3
+	@echo               "║ clients ║"
4
+	@echo               "╚═════════╝\033[00m"
5
+	@ineach "giti -s && echo -n ' - ' && pwd"

+ 5
- 5
django/Makefile View File

@@ -1,5 +1,5 @@
1
-status:
2
-	@echo "\n\n\033[1;34m╔═══════════╗"
3
-	@echo               "║ linux_env ║"
4
-	@echo               "╚═══════════╝\033[00m"
5
-	@ineach "giti -s && echo -n " - " && pwd"
1
+gitstatus:
2
+	@echo "\n\n\033[1;34m╔════════╗"
3
+	@echo               "║ django ║"
4
+	@echo               "╚════════╝\033[00m"
5
+	@ineach "giti -s && echo -n ' - ' && pwd"

+ 1
- 1
linux_env/Makefile View File

@@ -1,4 +1,4 @@
1
-status:
1
+gitstatus:
2 2
 	@echo "\n\n\033[1;34m╔═══════════╗"
3 3
 	@echo               "║ linux_env ║"
4 4
 	@echo               "╚═══════════╝\033[00m"

+ 4
- 4
python_apps/Makefile View File

@@ -1,5 +1,5 @@
1
-status:
2
-	@echo "\n\n\033[1;34m╔═══════════╗"
3
-	@echo               "║ linux_env ║"
4
-	@echo               "╚═══════════╝\033[00m"
1
+gitstatus:
2
+	@echo "\n\n\033[1;34m╔═════════════╗"
3
+	@echo               "║ python_apps ║"
4
+	@echo               "╚═════════════╝\033[00m"
5 5
 	@ineach "giti -s && echo -n ' - ' && pwd"

+ 97
- 17
repos.json View File

@@ -16,32 +16,43 @@
16 16
         },
17 17
 
18 18
 
19
+
19 20
         {
20
-            "URL": "dirk/ptpython.git",
21
-            "TARGET": "python_apps"
21
+            "URL": "dirk/garbage_disposal.git",
22
+            "TARGET": "."
22 23
         },
24
+
25
+
26
+
23 27
         {
24
-            "URL": "dirk/pyzo.git",
25
-            "TARGET": "python_apps"
28
+            "URL": "application/cdi.git",
29
+            "TARGET": "applications"
26 30
         },
27 31
         {
28
-            "URL": "dirk/cutelog.git",
29
-            "TARGET": "python_apps"
32
+            "URL": "application/mysync.git",
33
+            "TARGET": "applications"
30 34
         },
31
-
32
-
33 35
         {
34 36
             "URL": "application/nemo.git",
35 37
             "TARGET": "applications"
36 38
         },
37 39
         {
38
-            "URL": "application/cdi.git",
40
+            "URL": "application/pyrip.git",
39 41
             "TARGET": "applications"
40 42
         },
43
+
44
+
45
+
41 46
         {
42
-            "URL": "application/pyrip.git",
43
-            "TARGET": "applications"
47
+            "URL": "application/garage_txt_client.git",
48
+            "TARGET": "clients"
44 49
         },
50
+        {
51
+            "URL": "application/smarthome_rpi_gui_client.git",
52
+            "TARGET": "clients"
53
+        },
54
+
55
+
45 56
 
46 57
         {
47 58
             "URL": "application/patt.git",
@@ -51,6 +62,81 @@
51 62
             "URL": "application/pygal.git",
52 63
             "TARGET": "django"
53 64
         },
65
+        {
66
+            "URL": "application/pdns.git",
67
+            "TARGET": "django"
68
+        },
69
+
70
+
71
+
72
+        {
73
+            "URL": "embedded_linux/embedded_linux.git",
74
+            "TARGET": "embedded_linux"
75
+        },
76
+
77
+
78
+
79
+        {
80
+            "URL": "dirk/pylibs.git",
81
+            "TARGET": "."
82
+        },
83
+
84
+
85
+
86
+        {
87
+            "URL": "dirk/ptpython.git",
88
+            "TARGET": "python_apps"
89
+        },
90
+        {
91
+            "URL": "dirk/pyzo.git",
92
+            "TARGET": "python_apps"
93
+        },
94
+        {
95
+            "URL": "dirk/cutelog.git",
96
+            "TARGET": "python_apps"
97
+        },
98
+        {
99
+            "URL": "dirk/spyder.git",
100
+            "TARGET": "python_apps"
101
+        },
102
+
103
+
104
+
105
+        {
106
+            "URL": "application/garage_rpi_server.git",
107
+            "TARGET": "server"
108
+        },
109
+
110
+
111
+
112
+        {
113
+            "URL": "smarthome/smart_brain.git",
114
+            "TARGET": "smarthome"
115
+        },
116
+        {
117
+            "URL": "smarthome/smart_brain_test.git",
118
+            "TARGET": "smarthome"
119
+        },
120
+        {
121
+            "URL": "smarthome/ambient_info.git",
122
+            "TARGET": "smarthome"
123
+        },
124
+        {
125
+            "URL": "smarthome/leyk.git",
126
+            "TARGET": "smarthome"
127
+        },
128
+        {
129
+            "URL": "smarthome/mpd.git",
130
+            "TARGET": "smarthome"
131
+        },
132
+        {
133
+            "URL": "smarthome/powerplug-energenie.git",
134
+            "TARGET": "smarthome"
135
+        },
136
+        {
137
+            "URL": "smarthome/spotify.git",
138
+            "TARGET": "smarthome"
139
+        },
54 140
 
55 141
 
56 142
 
@@ -101,12 +187,6 @@
101 187
         {
102 188
             "URL": "unittest/tcp_socket.git",
103 189
             "TARGET": "unittest"
104
-        },
105
-
106
-
107
-{
108
-            "URL": "embedded_linux/embedded_linux.git",
109
-            "TARGET": "embedded_linux"
110 190
         }
111 191
     ]
112 192
 }

+ 4
- 1
unittest/Makefile View File

@@ -4,10 +4,13 @@ help:
4 4
 	@echo "Help is not yet implemented"
5 5
 	@echo "Possible Maketargets: status clean gitsubup gits giti"
6 6
 
7
-status:
7
+gitstatus:
8 8
 	@echo "\n\n\033[1;34m╔═══════════╗"
9 9
 	@echo               "║ unittest  ║"
10 10
 	@echo               "╚═══════════╝\033[00m"
11
+	@ineach "giti -s && echo -n ' - ' && pwd"
12
+
13
+status:
11 14
 	unittest_status
12 15
 
13 16
 clean:

Loading…
Cancel
Save