Skip to content

Commit 76a4b4e

Browse files
authored
feat(migration): print package name at end of git history migration (googleapis#11139)
* feat(migration): print ${DISTRIBUTION_NAME} at end of git history migration This makes it easier for per-API post processing to pick it up. * chore: Document why we're echoing the package name
1 parent 11c26b4 commit 76a4b4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/split_repo_migration/single-library.git-migrate-history.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,8 @@ else
179179
fi
180180

181181
popd
182+
183+
# Some of the post-processing scripts require the ${DISTRIBUTION_NAME}. We
184+
# output it here so they can use the same value we derived, rather than risking
185+
# diverging computations of the value.
186+
echo "${DISTRIBUTION_NAME}"

0 commit comments

Comments
 (0)