Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jun 22, 2024
1 parent 838a250 commit 563835e
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bzlmodRio
2 changes: 1 addition & 1 deletion gentool
2 changes: 1 addition & 1 deletion monorepo_tools/generate_subprojects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for project in "${PROJECTS[@]}"; do
err=$?
if [[ $err -ne 0 ]]; then
echo "FAILED"
# exit $err
exit $err
fi;
bazel shutdown

Expand Down
9 changes: 8 additions & 1 deletion monorepo_tools/git/create_pull_requests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
source ./project_list.sh
source ./common.sh

if [ "$#" -ne 1 ]; then
echo "You must provide PR title"
exit 1
fi

PR_PROJECTS=("${RULES_PROJECTS[@]}" "${LIBRARY_PROJECTS[@]}" )

# for project in "${LIBRARY_PROJECTS[@]}"; do
# for project in "${RULES_PROJECTS[@]}"; do
for project in "${PROJECTS[@]}"; do
for project in "${PR_PROJECTS[@]}"; do
cd $MONOREPO_BASE/$project
branch_name=`git rev-parse --abbrev-ref HEAD`
python3 $MONOREPO_BASE/monorepo_tools/git/create_pull_requests.py $project $branch_name "$1"
Expand Down
2 changes: 1 addition & 1 deletion rules/rules_bazelrio
Submodule rules_bazelrio updated 0 files
2 changes: 1 addition & 1 deletion rules/rules_bzlmodrio_toolchains
2 changes: 1 addition & 1 deletion rules/rules_checkstyle
Submodule rules_checkstyle updated 0 files
2 changes: 1 addition & 1 deletion rules/rules_pmd
Submodule rules_pmd updated 0 files
2 changes: 1 addition & 1 deletion rules/rules_spotless
Submodule rules_spotless updated 0 files
2 changes: 1 addition & 1 deletion rules/rules_wpi_styleguide
2 changes: 1 addition & 1 deletion rules/rules_wpiformat
Submodule rules_wpiformat updated 0 files

0 comments on commit 563835e

Please sign in to comment.