Skip to content

Update sha in the library import increment script #1261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ydb/ci/rightlib/increment.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Usage: cherrypick.sh <ydb_repo_root>
# Expects previous github SHA in <ydb_repo_root>/library_import.txt
# Reads new commits from the 'rightlib' branch, cheery-picks them to a new branch, and creates PR
# Expects previous github SHA in <ydb_repo_root>/library/rightlib_sha.txt
# Reads new commits from the 'rightlib' branch, cheery-picks them to the current branch, updates library/rightlib_sha.txt in the working tree

set -e
set -o pipefail
Expand Down Expand Up @@ -36,3 +36,5 @@ rsync -r $LIB_ROOT/ya $LIB_ROOT/build $LIB_ROOT/certs $LIB_ROOT/cmake $LIB_ROOT/
--filter '- **/a.yaml' --filter '- **/.arcignore' --filter '- **/.yandex_meta/' --filter '- contrib/ydb/' --filter '- build/internal/' --filter '- build/ext_mapping.conf.json' \
--filter '- **/CMakeLists*.txt' --delete

echo ${newsha} > ${shapath}