Skip to content

Commit

Permalink
Update build managed script to upload releases
Browse files Browse the repository at this point in the history
This shortens total release time pretty significantly, especially since
we only need to build the architecture in order to have the package
uploads, not specific devices.
  • Loading branch information
jkilpatr committed Mar 11, 2024
1 parent 9086aee commit a7d6a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions scripts/build-managed-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cd $(dirname $0)/..
export SERVER=updates
export HTTP_DIR=/usr/share/nginx/html/

rsync -ahz --delete build/bin/packages $SERVER:$HTTP_DIR/rc/

# desktops / servers
ansible-playbook -e @profiles/devices/x86_64.yml -e @profiles/management/hawk-managed.yml firmware-build.yml

Expand All @@ -29,3 +31,5 @@ ansible-playbook -e @profiles/devices/netgear_ex6100v2.yml -e @profiles/manageme

#broadcom
ansible-playbook -e @profiles/devices/pi4-64.yml -e @profiles/management/hawk-managed.yml firmware-build.yml

rsync -ahz --delete build/bin/packages $SERVER:$HTTP_DIR/rc/

0 comments on commit a7d6a94

Please sign in to comment.