Skip to content

Commit

Permalink
Switch from resin-yocto-scripts to balena-yocto-scripts
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Dec 16, 2018
1 parent 75e71d8 commit a285400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/prepare-and-start.sh
Expand Up @@ -75,7 +75,7 @@ sudo -H -u builder git config --get user.email

# Start barys with all the arguments requested
echo "[INFO] Running build as builder user..."
sudo -H -u builder /yocto/resin-board/resin-yocto-scripts/build/barys $@ &
sudo -H -u builder /yocto/resin-board/balena-yocto-scripts/build/barys $@ &
barys_pid=$!
wait $barys_pid || true

Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/resin-os/resin-yocto-scripts"
"url": "https://github.com/balena-os/balena-yocto-scripts"
},
"author": "Resin.io <hello@resin.io>",
"license": "Apache-2.0",
Expand Down

0 comments on commit a285400

Please sign in to comment.