mirror of
https://github.com/wez/wezterm.git
synced 2024-11-30 06:03:39 +03:00
6 lines
150 B
Makefile
6 lines
150 B
Makefile
srpm:
|
|
dnf install -y git
|
|
git config --global --add safe.directory .
|
|
COPR_SRPM=$(outdir) ./ci/source-archive.sh
|
|
COPR_SRPM=$(outdir) ./ci/deploy.sh
|