-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
tools: Drop obsolete glib-networking dependency of bridge #21561
Conversation
This hasn't been necessary since the switch to the Python bridge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Go to bed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arch should also drop the dependency
tools/arch/PKGBUILD:makedepends=(krb5 accountsservice json-glib glib-networking glib2-devel
tools/arch/PKGBUILD: depends=(krb5 json-glib glib-networking python)
@jelly I did consider it, but as cockpit-ws still uses needs it, I kept it. Note that both in rpm and deb cockpit-ws still has the dep, I only dropped it for bridge. |
This will allow us to install cockpit-ws.rpm and run networking and metrics tests. Also toss in strace as the ultimate debugging tool, and rsync for `build.js -r` and a more efficient bots API. See cockpit-project/cockpit#21561
This will allow us to install cockpit-ws.rpm and run networking and metrics tests. Also toss in strace as the ultimate debugging tool, and rsync for `build.js -r` and a more efficient bots API. See cockpit-project/cockpit#21561
This will allow us to install cockpit-ws.rpm and run networking and metrics tests. Also toss in strace as the ultimate debugging tool, and rsync for `build.js -r` and a more efficient bots API. See cockpit-project/cockpit#21561
Ah, my late night review... |
This will allow us to install cockpit-ws.rpm and run networking and metrics tests. Also toss in strace as the ultimate debugging tool, and rsync for `build.js -r` and a more efficient bots API. See cockpit-project/cockpit#21561
This will allow us to install cockpit-ws.rpm and run networking and metrics tests. Also toss in strace as the ultimate debugging tool, and rsync for `build.js -r` and a more efficient bots API. See cockpit-project/cockpit#21561
This will allow us to install cockpit-ws.rpm and run networking and metrics tests. Also toss in strace as the ultimate debugging tool, and rsync for `build.js -r` and a more efficient bots API. See cockpit-project/cockpit#21561
cockpit-project/cockpit#21561 dropped cockpit-bridge's glib-networking dependency. But two cockpit tests want to install cockpit-ws, which still depends on glib-networking. So put it back manually. Drop the obsolete explicit python3 install, as cockpit-bridge has depended on that for a long time.
cockpit-project/cockpit#21561 dropped cockpit-bridge's glib-networking dependency. But two cockpit tests want to install cockpit-ws, which still depends on glib-networking. So put it back manually. Drop the obsolete explicit python3 install, as cockpit-bridge has depended on that for a long time.
cockpit-project/cockpit#21561 dropped cockpit-bridge's glib-networking dependency. But two cockpit tests want to install cockpit-ws, which still depends on glib-networking. So put it back manually.
cockpit-project/cockpit#21561 dropped cockpit-bridge's glib-networking dependency. But two cockpit tests want to install cockpit-ws, which still depends on glib-networking. So put it back manually.
cockpit-project/cockpit#21561 dropped cockpit-bridge's glib-networking dependency. But two cockpit tests want to install cockpit-ws, which still depends on glib-networking. So put it back manually.
This hasn't been necessary since the switch to the Python bridge.