Build and packaging library
Find a file
Jan Lindemann 9f15868dd4 build.lib.utils: Add module
Add some utility functions, namely:

  run_cmd(cmd: list[str], wd=None, throw=True, verbose=False) -> str|None
  run_curl(args: list[str], parse_json: bool=True) -> dict|str
  get_username(args: Namespace|None=None, url: str|None=None) -> str
  get_password(args: Namespace|None=None, url: str|None=None, askpass_env: list[str]=[]) -> str

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-18 12:07:02 +01:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
make py-defs.mk: Default PY_UPDATE_INIT_PY ?= true 2025-11-18 12:04:29 +01:00
scripts purge-stale-projects.sh: Fix git-srv-admin.sh relies on PATH 2025-11-17 13:15:02 +01:00
src build.lib.utils: Add module 2025-11-18 12:07:02 +01:00
.gitignore .gitignore: Add .gitignore 2025-11-16 19:50:25 +01:00
HASH Release 1.0.0-138@suse-tumbleweed/x86_64 2025-11-17 01:30:27 +00:00
Makefile $(TOPDIR)/Makefile: Remove superfluous SUBDIRS 2025-11-14 13:39:52 +01:00
RELEASES Release 1.0.0-138@suse-tumbleweed/x86_64 2025-11-17 01:30:27 +00:00
VERSION Start version: 1.0.0-138 2025-11-17 00:08:47 +00:00