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

编译打包和其他
回复
cramming5
帖子: 24
注册时间: 2016-12-01 15:18
系统: ubuntu16.10

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

#1

帖子 cramming5 » 2016-12-06 18:06

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的包难道要手动移到仓库里面去吗?
cramming5
帖子: 24
注册时间: 2016-12-01 15:18
系统: ubuntu16.10

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

#2

帖子 cramming5 » 2016-12-07 11:28

for file in /home/user/nano/*.dsc; do reprepro --ask-passphrase -Vb . includedsc spg $file; done
回复