bundlewrap
bundlewrap copied to clipboard
Config management with Python
Hello again! Calling requests.request() without a timeout results in the call being able to block forever, if the webserver is unable to be reached or does not send a response....
I just ran bw through `perf stat` and hit `^\`, which made `perf` dump core. Earlier this morning, some `bash` process (must have been spawned by bw) dumped core. Maybe...
Hey, what is the reasoning, why floats are not allowed in Metadata? For some Config it makes sense to use a float instead of an int.
I'm not sure if this is the best way to implement this feature. Ideally, i'd want to set ipmi login information on a node itself and have a dedicated ipmi...
this works the same way that directories work.
This allows registering services to e.g. the "boot" runlevel instead of forcing "default" Signed-off-by: Robert Günzler
Feels like we should have that when implementing #758, so we atleast have some idea what the secret is about. I have decided to not include the "to decrypt" text...
This fixes #584. Without marking a package as explicitely installed, a package might come in as a dependency of another package without bundlewrap noticing it. This would allow a mechanism...
Adding `--break-system-packages` should be relatively uncontroversial. Switching from `pip freeze` to `pip list` is somewhat necessary in order to make good use of `--break-system-packages` and to transition away from pip...
This implements https://github.com/bundlewrap/bundlewrap/issues/557.