Skip to content

Commit

Permalink
Import CI build drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Nov 22, 2024
1 parent fac2da0 commit ce56f3c
Show file tree
Hide file tree
Showing 5 changed files with 757 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build-driver/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
#
# Entrypoint from CI jobs
# Only valid assumptions:
# - apt sources.list are valid
# - first param is path to grml-live checkout
# - remaining params are job config, so to say
GRML_LIVE_PATH=$1
PYTHONPATH="$GRML_LIVE_PATH"/build-driver
apt satisfy -q -y --no-install-recommends 'python3-minimal, python3-yaml'
exec "$PYTHONPATH"/build.py "$@"
Loading

0 comments on commit ce56f3c

Please sign in to comment.