-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] Migrate libyang2 sources download from wget to dget #13394
Conversation
According to its manual page, "[dget in its] first form, [..] fetches the requested URLs. If this is a .dsc or .changes file, then dget acts as a source-package aware form of wget: it also fetches any files referenced in the .dsc/.changes file. The downloaded source is then checked with dscverify and, if successful, unpacked by dpkg-source." Thus, when possible, dget use is preferable to wget so that sources authenticity can be performed automatically by dscverify" Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
@guillaumelambert @lguohan I am getting the following failure when trying to build. [2023-01-25T03:16:57.941Z] # Move the newly-built .deb packages to the destination directory Are these due to these changes? |
@guillaumelambert , i am reverting this pr to avoid build break, can you take a look at this issue? |
OK but I doubt this is due to PR itself. |
I am not sure if vcache is related but when I did dget from my server I still get the error |
OK thanks for the pointer. |
I get the following error |
Thanks for the prompt feedback. |
…t#13394) According to its manual page, "[dget in its] first form, [..] fetches the requested URLs. If this is a .dsc or .changes file, then dget acts as a source-package aware form of wget: it also fetches any files referenced in the .dsc/.changes file. The downloaded source is then checked with dscverify and, if successful, unpacked by dpkg-source." Thus, when possible, dget use is preferable to wget so that sources authenticity can be performed automatically by dscverify" Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
I propose a new PR at #13517 |
…onic-net#13394)" This reverts commit 9a0bf56.
…t#13394) According to its manual page, "[dget in its] first form, [..] fetches the requested URLs. If this is a .dsc or .changes file, then dget acts as a source-package aware form of wget: it also fetches any files referenced in the .dsc/.changes file. The downloaded source is then checked with dscverify and, if successful, unpacked by dpkg-source." Thus, when possible, dget use is preferable to wget so that sources authenticity can be performed automatically by dscverify" Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
…onic-net#13394)" This reverts commit 9a0bf56.
According to its manual page,
"[dget in its] first form, [..] fetches the requested URLs. If this is a .dsc or .changes file, then dget acts as a source-package
aware form of wget: it also fetches any files referenced in the
.dsc/.changes file.
The downloaded source is then checked with dscverify and, if successful, unpacked by dpkg-source."
Thus, when possible, dget use is preferable to wget so that sources authenticity can be performed automatically by dscverify"
Which release branch to backport (provide reason below if selected)
all branches using libyang2 sources
Description for the changelog
[build] Migrate libyang2 sources download from wget to dget
A picture of a cute animal (not mandatory but encouraged)