Changeset - 02358ccbb497
[Not reviewed]
0 1 0
x - 20 days ago 2025-10-15 14:56:40
xbr@c3l.lu
add: build.sh set -x
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
build_script/build.sh
Show inline comments
 
#!/usr/bin/env bash
 
set -x
 
USER_DIR=/home/user
 

	
 
GLUON_DIR=$USER_DIR/gluon
 
SITE_DIR=$USER_DIR/Firmware-building/site_config
 

	
 
EXPERIMENTAL_SITE=$SITE_DIR/experimental/site
 
BETA_SITE=$SITE_DIR/beta/site
 
STABLE_SITE=$SITE_DIR/stable/site
 

	
 
# $1: site directory
 
set_site_directory() {
 
    pushd "$GLUON_DIR"
0 comments (0 inline, 0 general)