簡體   English   中英

上傳的 package 未顯示在我的 Launchpad PPA 中

[英]Uploaded package not showing in my Launchpad PPA

我為 Launchpad PPA 創建了 package 並希望將其上傳到 Launchpad。 我使用了 dput 命令,這就是我得到的:

tomica@home:~/Desktop$ dput ppa:{MY_LAUNCHPAD}/ppa packagename_0.0.1_source.changes
Uploading packagename using ftp to ppa (host: ppa.launchpad.net; directory: ~{MY_LAUNCHPAD}/ppa)
running supported-distribution: check whether the target distribution is currently supported (using distro-info)
{'allowed': ['release'], 'known': ['release', 'proposed', 'updates', 'backports', 'security']}
running required-fields: check whether a field is present and non-empty in the changes file
running checksum: verify checksums before uploading
running suite-mismatch: check the target distribution for common errors
running check-debs: makes sure the upload contains a binary package
running gpg: check GnuPG signatures before the upload
Uploading packagename_0.0.1.dsc
Uploading packagename_0.0.1.tar.gz
Uploading packagename_0.0.1_source.buildinfo
Uploading packagename_0.0.1_source.changes
tomica@home:~/Desktop$

我認為這意味着我的上傳成功。 但是, 當我訪問我的 PPA 時,它是空的 這是為什么?

如果我嘗試再次上傳我的 package,這就是我得到的:

tomica@home:~/Desktop$ dput ppa:{MY_LAUNCHPAD}/ppa packagename_0.0.1_source.changes
Package packagename was already uploaded to ppa
If you want to upload nonetheless, use --force or remove packagename_0.0.1_source.ppa.upload
tomica@home:~/Desktop$

這意味着我的 package 應該可見且可訪問,但事實並非如此。 我究竟做錯了什么?

為了將來參考,這里是解釋:

  1. package 被拒絕,因為 Launchpad builder 無法解析 debian/control 文件中“Maintainer”字段中的非拉丁名稱。 這被認為是一個錯誤,並在此處報告: https://bugs.launchpad.net/launchpad/+bug/1910403
  2. 由於同樣的錯誤,沒有發送通知電子郵件,所以我不知道是什么原因。

我通過在這里詢問找到了這些答案: https://answers.launchpad.net/launchpad/+question/694768

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM