1 Star 0 Fork 0

xiaoqiang/pimox7

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sync 870 Bytes
一键复制 编辑 原始数据 按行查看 历史
tim 提交于 2021-08-16 05:23 . Update
#! /bin/sh
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-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
for f in ${R}/${i}/*.deb
do
b=$(basename ${f})
case ${b} in
*dbgsym*|*_amd64.deb|*dbg_*|*-dev_*) ;;
*_arm64.deb) rsync -ptog ${f} ${DIST}/binary-arm64/${b} ;;
*_all.deb) rsync -ptog ${f} ${DIST}/binary-all/${b} ;;
*) ;;
esac
done
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xqca/pimox7.git
git@gitee.com:xqca/pimox7.git
xqca
pimox7
pimox7
master

搜索帮助