Skip to content

Commit

Permalink
rework internalrun
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jun 29, 2023
1 parent f0c57ea commit 67003ab
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 23 deletions.
3 changes: 0 additions & 3 deletions build-steps.d/1100_sanity-tests
Expand Up @@ -14,9 +14,6 @@ cd "$MYDIR"
cd ..
cd help-steps

## TODO
#VMNAME="internalrun"

source pre
source colors
source variables
Expand Down
3 changes: 0 additions & 3 deletions build-steps.d/1120_prepare-build-machine
Expand Up @@ -14,9 +14,6 @@ cd "$MYDIR"
cd ..
cd help-steps

## TODO
#VMNAME="internalrun"

source pre
source colors
source variables
Expand Down
3 changes: 0 additions & 3 deletions build-steps.d/1130_cowbuilder-setup
Expand Up @@ -18,9 +18,6 @@ cd "$MYDIR"
cd ..
cd help-steps

## TODO
#VMNAME="internalrun"

source pre
source colors
source variables
Expand Down
3 changes: 0 additions & 3 deletions build-steps.d/1140_local-dependencies
Expand Up @@ -18,9 +18,6 @@ cd "$MYDIR"
cd ..
cd help-steps

## TODO
#VMNAME="internalrun"

source pre
source colors
source variables
Expand Down
2 changes: 1 addition & 1 deletion build-steps.d/1200_create-debian-packages
Expand Up @@ -30,7 +30,7 @@ cd "$MYDIR"
cd ..
cd help-steps

VMNAME="internalrun"
dist_build_internal_run="true"

source pre
source colors
Expand Down
5 changes: 1 addition & 4 deletions help-steps/analyze_image
Expand Up @@ -21,10 +21,7 @@ MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$MYDIR"
cd ..

## dist_build_one_parsed is read by help-steps/variables (help-steps/parse-cmd)
## and by help-steps/mount-raw and help-steps/unmount-raw.
export dist_build_one_parsed="1"
export VMNAME="internalrun"
dist_build_internal_run="true"

cd help-steps
source pre
Expand Down
3 changes: 1 addition & 2 deletions help-steps/cleanup-files
Expand Up @@ -14,9 +14,8 @@ cd "$MYDIR"
cd ..
cd help-steps

dist_build_one_parsed="1"
dist_build_internal_run="true"
ROOT_CHECK="0"
VMNAME="internalrun"

source pre
source colors
Expand Down
3 changes: 1 addition & 2 deletions help-steps/git_sanity_test
Expand Up @@ -21,8 +21,7 @@ if [ "$script_was_sourced" = "false" ]; then
cd ..
cd help-steps

dist_build_one_parsed="1"
VMNAME="internalrun"
dist_build_internal_run="true"

source pre
source colors
Expand Down
3 changes: 1 addition & 2 deletions help-steps/live-config
Expand Up @@ -14,8 +14,7 @@ cd "$MYDIR"
cd ..
cd help-steps

dist_build_one_parsed="1"
VMNAME="internalrun"
dist_build_internal_run="true"

source pre
source colors
Expand Down

0 comments on commit 67003ab

Please sign in to comment.