Caching added + Some server make rules
This commit is contained in:
父節點
9e3697da37
當前提交
45a64a7a20
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -13,3 +13,6 @@
|
||||
[submodule "task"]
|
||||
path = task
|
||||
url = https://git.mount-mockery.de/pylib/task
|
||||
[submodule "caching"]
|
||||
path = caching
|
||||
url = https://git.mount-mockery.de/pylib/caching
|
||||
|
10
Makefile
10
Makefile
@ -50,3 +50,13 @@ index.rst: Makefile
|
||||
make -C $@/_examples_ all; \
|
||||
fi
|
||||
@echo " $@.rst" >> index.rst; \
|
||||
|
||||
update:
|
||||
git pull
|
||||
git submodule init
|
||||
git submodule foreach git checkout master
|
||||
git submodule foreach git pull
|
||||
|
||||
copy:
|
||||
rsync -av --delete _build/html/ /data/webroot/pylib_docs/
|
||||
chown www-data.www-data -R /data/webroot/pylib_docs/
|
||||
|
1
caching
Submodule
1
caching
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 01cf327609fcac0dbddbad4168ae154cf625bbee
|
Loading…
x
Reference in New Issue
Block a user