1
0
mirror of https://github.com/pimox/pimox7.git synced 2026-06-03 20:51:40 +00:00
This commit is contained in:
tim
2021-08-16 05:23:22 +00:00
parent 79f00d4f90
commit b55a7a862e
26 changed files with 76 additions and 557 deletions

4
sync
View File

@@ -2,7 +2,7 @@
DIST=dev/main
R=/root/build
LIST="ceph corosync-pve ceph-dkms criu extjs ifupdown2 libpve-u2f-server-perl libqb librados2-perl lxc novnc-pve proxmox-acme proxmox-archive-keyring proxmox-backup proxmox-i18n proxmox-mini-journalreader proxmox-ve proxmox-widget-toolkit pve-access-control pve-apiclient pve-client pve-cluster pve-common pve-container pve-docs pve-edk2-firmware pve-firewall pve-guest-common pve-ha-manager pve-http-server pve-lxc-syscalld pve-manager pve-qemu pve-rs pve-storage pve-xtermjs pve-server qemu-server spiceterm vncterm repo/external"
LIST="ceph corosync-pve ceph-dkms criu extjs ifupdown2 libpve-u2f-server-perl libqb librados2-perl lxc novnc-pve proxmox-acme proxmox-archive-keyring proxmox-backup proxmox-backup-qemu proxmox-i18n proxmox-mini-journalreader proxmox-ve proxmox-widget-toolkit pve-access-control pve-apiclient pve-client pve-cluster pve-common pve-container pve-docs pve-edk2-firmware pve-firewall pve-guest-common pve-ha-manager pve-http-server pve-lxc-syscalld pve-manager pve-qemu pve-rs pve-storage pve-xtermjs pve-server qemu-server spiceterm vncterm repo/external"
for i in ${LIST}
do
@@ -10,7 +10,7 @@ do
do
b=$(basename ${f})
case ${b} in
*dbgsym*|*_amd64.deb|*dbg_*) ;;
*dbgsym*|*_amd64.deb|*dbg_*|*-dev_*) ;;
*_arm64.deb) rsync -ptog ${f} ${DIST}/binary-arm64/${b} ;;
*_all.deb) rsync -ptog ${f} ${DIST}/binary-all/${b} ;;
*) ;;