mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-05 05:12:24 +08:00
7 lines
178 B
Python
7 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'
|