diff options
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-x | bin/reproducible_common.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 914db273..d6a820d7 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -30,8 +30,8 @@ QUIET = False # tested suites SUITES = ['testing', 'unstable', 'experimental'] -# tested arches -ARCHES = ['amd64'] +# tested architectures +ARCHS = ['amd64'] # defaults defaultsuite = 'unstable' defaultarch = 'amd64' |