分页: 1 / 1

ubuntu使用reprepro工具创建一个远程仓库时

发表于 : 2016-12-06 18:06
cramming5
ubuntu使用reprepro工具创建一个远程仓库时,怎么想ubuntu源仓库那样,添加那四个文件到仓库里面?分别xxx.deb, xxx.dsc; xxx.debian.tar.xz; 和 xxx.orig.tar.gz。
xxx.deb和xxx.dsc可以用reprepro的指令includedeb和includedsc加进仓库,其他的xxx.debian.tar.xz; 和 xxx.orig.tar.gz的包难道要手动移到仓库里面去吗?

Re: ubuntu使用reprepro工具创建一个远程仓库时

发表于 : 2016-12-07 11:28
cramming5
for file in /home/user/nano/*.dsc; do reprepro --ask-passphrase -Vb . includedsc spg $file; done