commit | d6125fd143a0d1ad524902e0fed17c8ff60f981f | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Mar 06 11:06:30 2025 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Mar 06 12:13:53 2025 -0600 |
tree | 6d81b45cbf879a25a8ebb4e129ca095f1eb9a9dd | |
parent | 9217099cadfc744ff393825564f46a0420d19f1e [diff] |
openbmctool.py: Update session cookie name At https://gerrit.openbmc.org/c/openbmc/bmcweb/+/77539 we are going to rename the BMCWEB session cookie to be BMCWEB-SESSION. This tool hasn't been updated in 5 years, it uses the old D-Bus REST API but might as well update it. Tested: None. Inspection only. Change-Id: I62564feb7d302bc4889c27eaa69a737171d42eb3 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
The goal of this repository is to collect the two-minute hacks you write to automate interactions with OpenBMC systems.
It's highly likely the scripts don't meet your needs - they could be undocumented, dysfunctional or utterly broken. Please help us improve!
Then this repository aims to be the default destination for your otherwise un-homed scripts. As such we are setting the bar for submission pretty low, and we aim to make the process as easy as possible.
Please use gerrit for all patches to this repository:
Do note that you will need to be party to the OpenBMC CLA before your contributions can be accepted. See Gerrit Setup and CLA for more information.
So long as your patches look sane with a cursory glance you can expect them to be applied. We may push back in the event that similar tools already exist or there are egregious issues.
We don't ask for much, but you need to give us at least a Signed-off-by, use SPDX markers in your source files and put your work under an Apache 2.0 compatible license.
There's no standard way to install the scripts housed here, and adding parts of the repository to your PATH might be a bit of a dice-roll. We may also move or remove scripts from time to time as part of housekeeping. It's probably best to copy things out if you need stability.