buildbot/shared_vars.py

8 lines
178 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from config import PKG_COMPRESSION
PKG_SUFFIX = f'.pkg.tar.{PKG_COMPRESSION}'
PKG_SIG_SUFFIX = f'.pkg.tar.{PKG_COMPRESSION}.sig'