amprolla

devuan's apt repo merger
git clone https://git.parazyd.org/amprolla
Log | Files | Refs | README | LICENSE

globalvars.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