首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >reprepro:将“旧”包保存在索引中

reprepro:将“旧”包保存在索引中
EN

Unix & Linux用户
提问于 2022-04-11 13:08:52
回答 1查看 316关注 0票数 1

每当我向reprepro存储库添加新版本时,默认情况下它会忘记并删除旧包。我想保留它,所以我使用--keepunreferencedfiles来配置:

代码语言:javascript
复制
$ reprepro --keepunreferencedfiles includedeb stable /path/to/jjdns_0_4.5_amd64.deb 
jjdns_0.4.5_amd64.deb: component guessed as 'main'
Exporting indices...                                                                     
1 files lost their last reference.                                                       
(dumpunreferenced lists such files, use deleteunreferenced to delete them.)

现在我已经引用了jjdns_0.4.5,在回购中引用了jjdns_0.4.4,但在索引中没有引用:

代码语言:javascript
复制
$ grep -A1 "Package: jjdns" dists/stable/main/binary-amd64/Packages
Package: jjdns
Version: 0.4.5

问:如何将0.4.4添加到索引中?或者,更好的是,在上传0.4.5时不删除它?

EN

回答 1

Unix & Linux用户

发布于 2022-11-10 21:02:55

reprepro的最后一个版本支持多版本控制https://github.com/ionos-cloud/reprepro

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/698756

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档