mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-17 02:30:40 +08:00
8 lines
178 B
Python
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'
|