Skip to content
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

misc: add confirmation to archive-branches script #4797

Merged
merged 2 commits into from
Mar 25, 2018

Conversation

Kubuxu
Copy link
Member

@Kubuxu Kubuxu commented Mar 9, 2018

License: MIT
Signed-off-by: Jakub Sztandera kubuxu@protonmail.ch

@ghost ghost assigned Kubuxu Mar 9, 2018
@ghost ghost added the status/in-progress In progress label Mar 9, 2018
@Kubuxu
Copy link
Member Author

Kubuxu commented Mar 9, 2018

Does anyone see branch that shouldn't be moved to an archive in this list:

exp/sync-concurrency
feat/bitswap/event-log
feat/buffer-bitswap
feat/cl
feat/cmds0.5
feat/commands2.0
feat/commands2.0-CR-cleanup
feat/coreapi-for-real-this-time
feat/coreapi-gateway2
feat/corehttp-check-api-version
feat/dep
feat/extract-dagservice
feat/fetcher-interfaces
feat/get-tar-stdout
feat/go-get-meta-tag
feat/mfs-fuse
feat/provider-strategies-1
feat/recurring-metrics
feat/update-ws-fixes
fix/1515
fix/add-panic-ctrl-d
fix/add-panic-ctrl-d-2
fix/coreunix/add-encod-json
fix/files/raw-leaves
fix/flaky-sharness-api-file
fix/gateway-flatfs-debug
fix/gc/internal
fix/publisher-tests
gx/update-06fz0m
gx/update/go-log
ipns-pubsub
jenkinsfile
keks-patch-1
kevina/kill-get-offline
kevina/statlocal-fix1
kevina/statlocal-fix2

Please give 👍 after you check and rise a comment if there is something that shouldn't be moved.

while read -r ref; do
branches_to_move="$(cat <(active_branches) <(pr_branches) <((IFS=$'\n'; echo "${exclusions[*]}")) | sort -u | comm - <(origin_refs | sort) -13)"

echo "Please confirm move of following branches [y/N]:"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd echo this after printing the list

@Kubuxu Kubuxu added need/review Needs a review and removed status/in-progress In progress labels Mar 9, 2018
@Kubuxu Kubuxu requested a review from magik6k March 9, 2018 20:48
@ghost ghost added the status/in-progress In progress label Mar 9, 2018
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
@Kubuxu
Copy link
Member Author

Kubuxu commented Mar 12, 2018

@kevina can you take a look?

@Kubuxu Kubuxu added RFM and removed status/in-progress In progress need/review Needs a review labels Mar 23, 2018
@Kubuxu
Copy link
Member Author

Kubuxu commented Mar 23, 2018

Enough time elapsed. I will move branches to archive after this is merged.

@whyrusleeping whyrusleeping merged commit d4a4355 into master Mar 25, 2018
@whyrusleeping whyrusleeping deleted the misc/arch-bash-confirm branch March 25, 2018 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants