Quellcode durchsuchen

Caching added + Some server make rules

master
Dirk Alders vor 4 Jahren
Ursprung
Commit
45a64a7a20
3 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 3
    0
      .gitmodules
  2. 10
    0
      Makefile
  3. 1
    0
      caching

+ 3
- 0
.gitmodules Datei anzeigen

@@ -13,3 +13,6 @@
13 13
 [submodule "task"]
14 14
 	path = task
15 15
 	url = https://git.mount-mockery.de/pylib/task
16
+[submodule "caching"]
17
+	path = caching
18
+	url = https://git.mount-mockery.de/pylib/caching

+ 10
- 0
Makefile Datei anzeigen

@@ -50,3 +50,13 @@ index.rst: Makefile
50 50
 		make -C $@/_examples_ all; \
51 51
 	fi
52 52
 	@echo "   $@.rst" >> index.rst; \
53
+
54
+update:
55
+	git pull
56
+	git submodule init
57
+	git submodule foreach git checkout master
58
+	git submodule foreach git pull
59
+
60
+copy:
61
+	rsync -av --delete _build/html/ /data/webroot/pylib_docs/
62
+	chown www-data.www-data -R /data/webroot/pylib_docs/

+ 1
- 0
caching

@@ -0,0 +1 @@
1
+Subproject commit 01cf327609fcac0dbddbad4168ae154cf625bbee

Laden…
Abbrechen
Speichern