cockpit-wicked
No description set
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement/cockpit-wicked && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cockpit-wicked-4.1.tar.gz | 0002869044 2.74 MB | |
cockpit-wicked.changes | 0000002241 2.19 KB | |
cockpit-wicked.spec | 0000001641 1.6 KB |
Revision 5 (latest revision is 18)
Imobach Gonzalez Sosa (IGonzalezSosa)
accepted
request 908614
from
Imobach Gonzalez Sosa (IGonzalezSosa)
(revision 5)
- Version 4.1: * Fix a problem when detecting whether an interface is down and clean up the list of assigned addresses when they are released (gh#128, bsc#1182189 and bsc#1186736). * Update several dependencies to address security concerns (gh#127). * Add translations for German, Hindi and Sinhala (work in progress). * Update translations for Catalan, Czech, Italian, Japanese and Portuguese (Brazil).
Comments 9
All vendors does not build. Also the source in github is now smaler than before. So there are missing node modules in source. Package ca with source file from github not build. Can some fix build error please?
Hi! Yes, the only problem was related to the source URL. Now it is building. Thanks!
Not quite. Because at the moment the source is in package 1255065. If I delete it and download it with osc service localrun download_files, it is only 371654 in size. There are several nodejs modules missing. This is also true for older versions. Something must have changed on github. cockpit-wicked, can therefore no longer be built from the sources of github if you download the sources again.
OK, I see. The problem is that the package is built in the "old way" were I manually put a gzip-dist version of the sources in OBS (so no node-modules are involved). It is in our TODO list to properly use the services (there is even a PR from two years ago, https://github.com/openSUSE/cockpit-wicked/pull/107), but we are not there yet.
Hm. I have try https://github.com/openSUSE/obs-service-node_modules. But it rise up always: npm ERR! 400 Invalid path - GET http://localhost:34881/yargs-parser/-/yargs-parser-18.1.3.tgz
Interesting. According to our
package-json.lock
file, we are retrieving that package from "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz" and that URL actually seems to work locally.I am trying to build this package using services in https://build.opensuse.org/package/show/home:IGonzalezSosa:branches:systemsmanagement/cockpit-wicked. However, I am getting a problem with the npm proxy and I am not sure how to fix that.
I guess I could use "Source: cockpit-wicked-%{version}.tar.gz" by now until we fix the overall approach.
I have been working on https://build.opensuse.org/package/show/home:IGonzalezSosa:branches:systemsmanagement/cockpit-wicked (to follow a similar process to other cockpit packages). Does it looks good to you?