mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-05 01:58:51 +00:00
upload command pattern fixup
perlmod-bin is not prefixed with `rust-` Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b6e8fced0c
commit
71fe7e0e29
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ update:
|
|||||||
|
|
||||||
%-upload: %-deb
|
%-upload: %-deb
|
||||||
cd build; \
|
cd build; \
|
||||||
dcmd --deb rust-$*_*.changes \
|
dcmd --deb ./*$*_*.changes \
|
||||||
| grep -v '.changes$$' \
|
| grep -v '.changes$$' \
|
||||||
| tar -cf- -T- \
|
| tar -cf- -T- \
|
||||||
| ssh -X repoman@repo.proxmox.com upload --product devel --dist bookworm
|
| ssh -X repoman@repo.proxmox.com upload --product devel --dist bookworm
|
||||||
|
Loading…
Reference in New Issue
Block a user