2
.github/scripts/check-commit.sh
vendored
2
.github/scripts/check-commit.sh
vendored
@@ -25,6 +25,8 @@ search_submodule() {
|
|||||||
# Initialize submodule and get the hashes
|
# Initialize submodule and get the hashes
|
||||||
git submodule update --init $dir/$submodule
|
git submodule update --init $dir/$submodule
|
||||||
git -C $dir/$submodule fetch --unshallow
|
git -C $dir/$submodule fetch --unshallow
|
||||||
|
git -C $dir/$submodule config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
|
||||||
|
git -C $dir/$submodule fetch origin
|
||||||
|
|
||||||
status=$(git submodule status)
|
status=$(git submodule status)
|
||||||
hash=$(echo "$status" | grep "$dir.*$submodule " | awk '{print$1}' | grep -o "[[:alnum:]]*")
|
hash=$(echo "$status" | grep "$dir.*$submodule " | awk '{print$1}' | grep -o "[[:alnum:]]*")
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ formats: all
|
|||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
fail_on_warning: true
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ Contributing to Chipyard
|
|||||||
### Branch management:
|
### Branch management:
|
||||||
|
|
||||||
1) github:com/ucb-bar/chipyard: main = pre-release non-stable branch with latest features. All merges to main must go through PR.
|
1) github:com/ucb-bar/chipyard: main = pre-release non-stable branch with latest features. All merges to main must go through PR.
|
||||||
2) github:com/ucb-bar/chipyard: specific tag = official chipyard release.
|
2) github:com/ucb-bar/chipyard: specific tag / tagged branch = official chipyard release.
|
||||||
3) Other dependencies pointed at by Chipyard (e.g. firesim, boom): master/main should be the version submoduled in ucb-bar/chipyard main.
|
3) Other dependencies pointed at by Chipyard (e.g. firesim, boom): master/main should be the version submoduled in ucb-bar/chipyard main.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
# Chipyard Framework [](https://github.com/ucb-bar/chipyard/actions)
|
# Chipyard Framework [](https://github.com/ucb-bar/chipyard/actions)
|
||||||
|
|
||||||
## Quick Links
|
## Quick Links
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user