mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
improvements, especially: automatically flush the server side cache
This commit is contained in:
parent
a279a277e3
commit
64648b4b35
@ -20,4 +20,5 @@ CMakeCache.txt
|
|||||||
tags
|
tags
|
||||||
.*.swp
|
.*.swp
|
||||||
activity.png
|
activity.png
|
||||||
gmon.out
|
*.out
|
||||||
|
*.php*
|
@ -10,12 +10,20 @@
|
|||||||
# configuration
|
# configuration
|
||||||
USER='bjacob'
|
USER='bjacob'
|
||||||
|
|
||||||
wget http://eigen.tuxfamily.org/index.php?title=ContributorsInfo -O online-info.out -o wget.log
|
rm eigen_gen_credits.log
|
||||||
hg churn -r 37: --changesets -t {author} > churn-changesets.out
|
|
||||||
hg churn -r 37: -t {author} > churn-changedlines.out
|
hg pull >> eigen_gen_credits.log
|
||||||
|
|
||||||
|
wget http://eigen.tuxfamily.org/index.php?title=ContributorsInfo -O online-info.out -a eigen_gen_credits.log
|
||||||
|
hg churn -r 37: --changesets -t {author} >> churn-changesets.out
|
||||||
|
hg churn -r 37: -t {author} >> churn-changedlines.out
|
||||||
|
|
||||||
g++ scripts/eigen_gen_credits.cpp -o e
|
g++ scripts/eigen_gen_credits.cpp -o e
|
||||||
|
|
||||||
./e > credits.out
|
./e > credits.out
|
||||||
|
|
||||||
rsync credits.out $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/credits.out || (echo "upload failed"; exit 1)
|
rsync credits.out $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/credits.out || (echo "upload failed"; exit 1)
|
||||||
|
|
||||||
|
# clear the server-side cache for Main Page
|
||||||
|
wget "http://eigen.tuxfamily.org/index.php?title=Main_Page&action=purge" -O main-page.out -a eigen_gen_credits.log
|
||||||
|
rm main-page.out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user