Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generate-deltas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ shift

export TMPDIR="${OUT:-$PWD/delta-generation}"

parallel -j4 -q script/generate-delta.sh ::: rango mustang blazer frankel tegu comet komodo caiman tokay akita husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole ::: $@ ::: $SOURCE
parallel -j4 -q script/generate-delta.sh ::: rango mustang blazer frankel stallion tegu comet komodo caiman tokay akita husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole ::: $@ ::: $SOURCE
2 changes: 1 addition & 1 deletion generate-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [[ $DEVICE == @(rango|mustang|blazer|frankel) ]]; then
RADIO=$(get_radio_image baseband)
DISABLE_UART=true
DISABLE_DPM=true
elif [[ $DEVICE == @(tegu|comet|komodo|caiman|tokay|akita|husky|shiba|felix|tangorpro|lynx|cheetah|panther|bluejay|raven|oriole) ]]; then
elif [[ $DEVICE == @(stallion|tegu|comet|komodo|caiman|tokay|akita|husky|shiba|felix|tangorpro|lynx|cheetah|panther|bluejay|raven|oriole) ]]; then
BOOTLOADER=$(get_radio_image bootloader)
[[ $DEVICE != tangorpro ]] && RADIO=$(get_radio_image baseband)
DISABLE_UART=true
Expand Down
2 changes: 1 addition & 1 deletion generate-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ chrt -b -p 0 $$

export TMPDIR="${OUT:-$PWD/delta-generation}"

parallel -j4 -q script/generate-release.sh ::: rango mustang blazer frankel tegu comet komodo caiman tokay akita husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole ::: $1
parallel -j4 -q script/generate-release.sh ::: rango mustang blazer frankel stallion tegu comet komodo caiman tokay akita husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole ::: $1