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-2.tar.gz | 0001128036 1.08 MB | |
cockpit-wicked.changes | 0000000783 783 Bytes | |
cockpit-wicked.spec | 0000001639 1.6 KB |
Revision 2 (latest revision is 18)
Boris Manojlovic (bmanojlovic)
accepted
request 852868
from
Imobach Gonzalez Sosa (IGonzalezSosa)
(revision 2)
- Version 2: * Fix routes handling (gh#94). * Display those interfaces that are not managed by Wicked in a separate list (gh#95). As part of this enhancement, several visual improvements were introduced. * Just write the changes to the ifcfg-* files (gh#98). * Avoid calling too many external tools to get the list of ESSIDs (gh#91). * Adjust the label of the button that allows deleting an interface configuration (gh#102).
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?