tglobalvars.py - amprolla - devuan's apt repo merger HTML git clone https://git.parazyd.org/amprolla DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- tglobalvars.py (223B) --- 1 # See LICENSE file for copyright and license details. 2 3 """ 4 amprolla globals to pass around 5 """ 6 7 # state for the current suite we're in 8 suite = "" 9 10 # tells us if we need to recreate checksums for Release files 11 rehash = True