Caching added + Some server make rules

This commit is contained in:
Dirk Alders 2021-01-07 22:12:04 +01:00
父節點 9e3697da37
當前提交 45a64a7a20
共有 3 個文件被更改,包括 14 次插入0 次删除

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

查看文件

@ -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

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