gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/scripts/www-cvs-sync.py
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2013年04月10日 22:34:09 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2013年04月10日 22:34:09 +0200
commit79dacf57a57e8db21a5395fef0db0c1dbbcbaf4f (patch)
treeec82015441cdf16459a81463db5b6c9b77a2ed95 /scripts/www-cvs-sync.py
parent2dcb4b2afc8f1134b7f8de601471a1764fddf0ac (diff)
downloadgsl-shell-79dacf57a57e8db21a5395fef0db0c1dbbcbaf4f.tar.gz
Update www sync script to not touch git filesv2.3.0-beta1
Diffstat (limited to 'scripts/www-cvs-sync.py')
-rw-r--r--scripts/www-cvs-sync.py 4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/www-cvs-sync.py b/scripts/www-cvs-sync.py
index 22c31c64..6f48e225 100644
--- a/scripts/www-cvs-sync.py
+++ b/scripts/www-cvs-sync.py
@@ -47,8 +47,12 @@ for dirpath, subdirs, files in os.walk(www_dir):
www_list += [os.path.join(dirpath, name) for name in files]
if 'CVS' in subdirs:
subdirs.remove('CVS')
+ if '.git' in subdirs:
+ subdirs.remove('.git')
for www_filename in www_list:
+ if os.path.basename(www_filename) in ['status.log', '.gitignore']:
+ continue
name, src_filename = base_replace(www_filename, 'www/gsl-shell', 'doc/html')
dirname = os.path.dirname(name)
src_dirname = os.path.join('doc/html', dirname)
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月17日 09:03:52 +0000

AltStyle によって変換されたページ (->オリジナル) /