mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +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
|
||||
.*.swp
|
||||
activity.png
|
||||
gmon.out
|
||||
*.out
|
||||
*.php*
|
@ -10,12 +10,20 @@
|
||||
# configuration
|
||||
USER='bjacob'
|
||||
|
||||
wget http://eigen.tuxfamily.org/index.php?title=ContributorsInfo -O online-info.out -o wget.log
|
||||
hg churn -r 37: --changesets -t {author} > churn-changesets.out
|
||||
hg churn -r 37: -t {author} > churn-changedlines.out
|
||||
rm eigen_gen_credits.log
|
||||
|
||||
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
|
||||
|
||||
./e > credits.out
|
||||
|
||||
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…
Reference in New Issue
Block a user