Bug #17817
rename our bleeding edge repositories to main
0%
Description
Repository | Status |
---|---|
arvados | done |
arvados-workbench2 | done |
arvados-dev | done |
arvados-formula | done |
arvados-k8s | done |
arvados-tutorial | done |
arvados-sdk-java | scrapped empty github repo |
arvados-vscode-cwl-training | done |
arvados-vscode-cwl-template | done |
sample-tracker | set up internal copy: done |
composer | done |
Step | arvados-dev | arvados-k8s | arvados-formula | arvados-tutorial | arvados-vscode-cwl-template | arvados-vscode-cwl-training | arvados-workbench2 | arvados |
---|---|---|---|---|---|---|---|---|
add pre-receive hook prohibiting push to master | done | done | done | done | done | done | done | done |
update post-update hook | done | done | done | done | done | done | done | done |
push main branch | done | done | done | done | done | done | done | done |
update update.secondary.d hooks | done | done | done | done | done | done | done | done |
update default gitolite branch in repo.git/HEAD | done | done | done | done | done | done | done | done |
delete master branch `git push origin --delete master` | done | done | done | done | done | done | done | done |
update github to designate 'main' as the new bleeding edge | done | done | done | done | done | done | done | done |
delete master on github | done | done | done | done | done | done | done | done |
update any checkouts on servers | done | done | n/a | n/a | n/a | n/a | n/a | done? |
update ci | done | done | done | n/a | n/a | n/a | done | done |
update doc generation (arvados only) | n/a | n/a | n/a | n/a | n/a | n/a | n/a | done |
update documentation/repo contents | n/a | n/a | done | n/a | n/a | n/a | n/a | done |
communicate change | done | done | done | done | done | done | done | done |
Associated revisions
Update our commit hooks to use 'main' as the bleeding edge branch.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch in the arvados-formula repository is now called
'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch is now called 'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
Bump packer version to 1.7.2. Checkout arvados-dev from the new URL on
github.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch for arvados-workbench2 is now called 'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch for arvados-workbench2 is now called 'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch is now called 'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch on the arvados repo is now called 'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch is now called 'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
Back out some undesired test changes refs #17817
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Update check-copyright-headers.rb so it can handle the first push to an
empty repository.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
The bleeding edge branch is now called 'main'.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
History
#1
Updated by Ward Vandewege 11 months ago
- Status changed from New to In Progress
#2
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#3
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#4
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#5
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#6
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#7
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#8
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#9
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#10
Updated by Ward Vandewege 11 months ago
Instructions for updating local checkouts:
git fetch --all git checkout main git branch -d master git remote set-head origin -a git remote prune origin
#11
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#12
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#13
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#14
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#16
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#17
Updated by Ward Vandewege 11 months ago
- Target version changed from 2021-06-23 sprint to 2021-07-07 sprint
#18
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#19
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#20
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#21
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#22
Updated by Peter Amstutz 11 months ago
- Target version changed from 2021-07-07 sprint to 2021-07-21 sprint
#23
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#24
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#25
Updated by Ward Vandewege 11 months ago
- Description updated (diff)
#26
Updated by Ward Vandewege 10 months ago
- Description updated (diff)
#27
Updated by Ward Vandewege 10 months ago
- Status changed from In Progress to Resolved
I upgraded git to 2.28+ on the server and used `git config --global init.defaultBranch main` as the git user to set the default symbolic HEAD reference to `main` for new repositories.
In preparation of the migration to 'main', make a copy of the commit
hooks that reference the old 'master' branch, so that we can migrate
gradually.
refs #17817
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>