Skip to content

Commit

Permalink
Build workflow fixes. Working on #116
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgegoblin authored and xFreed0m committed Oct 27, 2021
1 parent 1e45b13 commit 83e5999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -41,6 +42,6 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script (build the ISO)
run: |
wget -O - https://raw.githubusercontent.com/tracelabs/tlosint-live/master/build_tracelabsiso_recipe.sh | sudo bash
sudo bash $GITHUB_WORKSPACE/build_tracelabsiso_recipe.sh
zip kali-linux-rolling-live-tracelabs-amd64.zip /opt/kali-linux-rolling-live-tracelabs-amd64.iso
ls -lah kali-linux-rolling-live-tracelabs-amd64.zip
2 changes: 1 addition & 1 deletion build_tracelabsiso_recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function tlosint-install {
#sed -i '166s/.*/#exit 1/' /opt/live-build-config/build.sh
#sed -i '177s/.*/#exit 1/' /opt/live-build-config/build.sh
#sed -i '182s/.*/#exit 1/' /opt/live-build-config/build.sh
sed -i '181s/.*/#exit 1/' /opt/live-build-config/build.sh
#sed -i '181s/.*/#exit 1/' /opt/live-build-config/build.sh
$kali_path/build.sh --verbose --variant tracelabs
rm -f kali-archive-keyring_2020.2_all.deb
# restore original apt settings
Expand Down
2 changes: 0 additions & 2 deletions kali-config/variant-tracelabs/package-lists/kali.list.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ git
golang
python3
python3-pip
python-dev
build-essential
python2.7-dev
python2
Expand All @@ -49,7 +48,6 @@ libsqlite3-0
sqlite3-doc
ruby-dev
libpq-dev
python-dev
nodejs
npm

Expand Down

0 comments on commit 83e5999

Please sign in to comment.