Skip to content

Commit

Permalink
update default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Dec 17, 2019
1 parent f5f237b commit f4fb293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

For this branch, please use the following script to set up the work area:
```
wget https://raw.githubusercontent.com/hls-fpga-machine-learning/SonicCMS/abstract/setup.sh
wget https://raw.githubusercontent.com/hls-fpga-machine-learning/SonicCMS/master/setup.sh
chmod +x setup.sh
./setup.sh
cd CMSSW_10_6_6/src
Expand All @@ -17,7 +17,7 @@ which can be executed by the main setup script depending on which packages are s
More packages can be added later (without rerunning the rest of the setup) by additionally supplying the `-i` option.
The setup script has additional options, which are listed here:
* `-f [fork]`: clone from specified fork (default = hls-fpga-machine-learning)
* `-b [branch]`: clone specified branch (default = abstract)
* `-b [branch]`: clone specified branch (default = master)
* `-c [version]`: use specified CMSSW version (default = CMSSW_10_6_6)
* `-p [packages]`: set up specified packages (allowed = TensorRT,Brainwave; or all)
* `-a [protocol]`: use protocol to clone (default = https, alternative = ssh)
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

FORK=hls-fpga-machine-learning
BRANCH=abstract
BRANCH=master
CMSSWVER=CMSSW_10_6_6
ACCESS=https
PKGS=()
Expand Down

0 comments on commit f4fb293

Please sign in to comment.