Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Brian O'Connor
2016-04-08 19:14:04 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2fdbe0d1e013e3c4b2a3d933b25850d21aa5319f
2fdbe0d1
1 parent
fa5e0768
Small fixes to onos-buck
Change-Id: I3b1afc4745b7d6a0bbdb1863cb9ab6240e70a123
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
tools/build/onos-buck
tools/build/onos-buck
View file @
2fdbe0d
...
...
@@ -27,9 +27,9 @@ if [ -n "$FORCE_UPDATE" ] || [ ! -f "buck" ] || [ "$REQUIRED_VERSION" != "$(cat
echo "SHA cannot be verified"
fi
chmod 555 ./buck
echo $(./buck -
V
2>/dev/null) > .buck_version
echo $(./buck -
-version
2>/dev/null) > .buck_version
chmod 444 .buck_version
rm -rf ./buck
_
out
rm -rf ./buck
-
out
printf "Successfully downloaded Buck to $ONOS_ROOT/bin/buck\n\n"
fi
popd > /dev/null
...
...
Please
register
or
login
to post a comment