Skip to content

Commit

Permalink
juis action: change hwr+fos for inhaus+labor
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jan 9, 2025
1 parent fd471ec commit 9c5f0c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/juis/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ cat fos-dwn fos-rel | sort -u > fos-xxx

#lab
echo -e '\n### FOS-Labor ##################################################'
for x in $(seq 222 333); do [ "$x" -lt 248 ] 2>/dev/null && m="$(( $x - 72 ))" || m=$x; m="$m.07.50-100000"
for x in $(seq 222 333); do [ "$x" -lt 248 ] 2>/dev/null && m="$(( $x - 72 ))" || m=$x; m="$m.08.00-115000"
env - $TOOLS/juis_check HW=$x Buildtype=1001 Version=$m -a; done | tee fos-lab
for x in $(seq 222 333); do [ "$x" -lt 248 ] 2>/dev/null && m="$(( $x - 72 ))" || m=$x; m="$m.07.90-111000"
env - $TOOLS/juis_check HW=$x Buildtype=1001 Version=$m -a; done | tee fos-lab -a
#inh
echo -e '\n### FOS-Inhaus #################################################'
for x in $(seq 222 333); do [ "$x" -lt 248 ] 2>/dev/null && m="$(( $x - 72 ))" || m=$x; m="$m.07.50-100000"
for x in $(seq 222 333); do [ "$x" -lt 248 ] 2>/dev/null && m="$(( $x - 72 ))" || m=$x; m="$m.08.00-115000"
env - $TOOLS/juis_check HW=$x Buildtype=1000 Version=$m -a; done | tee fos-inh
#sub
cat fos-xxx | while read -s x; do sed "/^${x//\//\\\/}$/d" -i fos-lab fos-inh; done
Expand All @@ -41,15 +41,15 @@ cat fos-xxx | while read -s x; do sed "/^${x//\//\\\/}$/d" -i fos-lab fos-inh; d
#dect-rel
echo -e '\n### Dect-Release ###############################################'
for x in $(seq 10 109); do [ ${#x} != 3 ] && x="0$x"; x="${x::-1}.0${x:2}";
env - $TOOLS/juis_check --dect HW=259 DHW=$x -a; done | tee dect-rel
env - $TOOLS/juis_check --dect HW=154 DHW=$x -a; done | tee dect-rel
#dect-lab
echo -e '\n### Dect-Labor #################################################'
for x in $(seq 10 109); do [ ${#x} != 3 ] && x="0$x"; x="${x::-1}.0${x:2}"; m="259.07.50-100000"
env - $TOOLS/juis_check --dect HW=259 DHW=$x Buildtype=1000 Version=$m -a; done | tee dect-lab
for x in $(seq 10 109); do [ ${#x} != 3 ] && x="0$x"; x="${x::-1}.0${x:2}"; m="226.08.00-115000"
env - $TOOLS/juis_check --dect HW=154 DHW=$x Buildtype=1000 Version=$m -a; done | tee dect-lab
#dect-inh
echo -e '\n### Dect-Inhaus ################################################'
for x in $(seq 10 109); do [ ${#x} != 3 ] && x="0$x"; x="${x::-1}.0${x:2}"; m="259.07.50-100000"
env - $TOOLS/juis_check --dect HW=259 DHW=$x Buildtype=1001 Version=$m -a; done | tee dect-inh
for x in $(seq 10 109); do [ ${#x} != 3 ] && x="0$x"; x="${x::-1}.0${x:2}"; m="226.08.00-115000"
env - $TOOLS/juis_check --dect HW=154 DHW=$x Buildtype=1001 Version=$m -a; done | tee dect-inh
#dect-sub
cat dect-rel | while read -s x; do sed "/\/${x##*/}$/d" -i dect-lab dect-inh; done
cat dect-lab | while read -s x; do sed "/\/${x##*/}$/d" -i dect-inh; done
Expand Down

0 comments on commit 9c5f0c3

Please sign in to comment.