Skip to content

Commit

Permalink
Merge pull request #17 from tracelabs/dev
Browse files Browse the repository at this point in the history
Dev to main
  • Loading branch information
humandecoded authored Apr 24, 2024
2 parents ada2d10 + 2c64977 commit 78e92df
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 129 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/push-to-main.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 1 addition & 5 deletions build-in-container.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
# checks for either Podman or Docker, then builds the container image and runs it
# normal args can be passed to the build.sh script, e.g. --no-cache
# script that will build a kali linux image and build our iso inside
set -eu

IMAGE=tlm1-builder
Expand All @@ -10,9 +9,6 @@ OPTS=(
--volume $(pwd):/recipes --workdir /recipes
)

bold() { tput bold; echo "$@"; tput sgr0; }
vrun() { bold "$" "$@"; "$@"; }
vexec() { bold "$" "$@"; exec "$@"; }
# build docker image if it doesn't exist
docker build -t $IMAGE .
# run the build script inside a container
Expand Down
30 changes: 0 additions & 30 deletions how-to-add-a-tool.txt

This file was deleted.

17 changes: 0 additions & 17 deletions how-to-test-your-build.txt

This file was deleted.

0 comments on commit 78e92df

Please sign in to comment.