summaryrefslogtreecommitdiff
path: root/pygnulib/GLConfig.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-06 23:01:36 +0200
committerBruno Haible <bruno@clisp.org>2022-08-06 23:01:36 +0200
commit9812027a9afa87b12eb3b7e3c28600e6eff7ca98 (patch)
tree07de1ae335d1d14ae8607d28a0d31ba036793cb5 /pygnulib/GLConfig.py
parent860df12df83dd27ae2b83e0ed6b485c4ffbb640e (diff)
downloadgnulib-9812027a9afa87b12eb3b7e3c28600e6eff7ca98.tar.gz
gnulib-tool.py: Finish implementing options --vc-files, --no-vc-files.
* gnulib-tool.py (main): Accept options --vc-files, --no-vc-files. * pygnulib/GLImport.py (GLImport.__init__): Correct parsing of gl_VC_FILES directive. (GLImport.gnulib_cache): Don't treat the value False like None. (GLImport.execute): Skip the .gitignore file manipulations if vc_files is False.
Diffstat (limited to 'pygnulib/GLConfig.py')
-rw-r--r--pygnulib/GLConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLConfig.py b/pygnulib/GLConfig.py
index 5f30a80797..216f2e05fa 100644
--- a/pygnulib/GLConfig.py
+++ b/pygnulib/GLConfig.py
@@ -276,7 +276,7 @@ class GLConfig(object):
elif key in ['libtool', 'lgpl', 'conddeps', 'symbolic', 'lsymbolic',
'libtests', 'dryrun']:
return False
- if key == 'vc_files':
+ elif key == 'vc_files':
return None
elif key == 'errors':
return True