Skip to content

Commit ad871d7

Browse files
authored
Prepare for default branch rename (#76)
Update all refs from master -> main
2 parents cc08a3f + 90d82a6 commit ad871d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We're so glad you're here.
99

1010
### Code of Conduct
1111

12-
Please read and understand the code of conduct found [here](https://github.com/tinkerbell/.github/blob/master/CODE_OF_CONDUCT.md).
12+
Please read and understand the code of conduct found [here](https://github.com/tinkerbell/.github/blob/main/CODE_OF_CONDUCT.md).
1313

1414
### DCO Sign Off
1515

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ dev-dist: dev dev-convert
106106
cd ./dist && tar -czvf ../hook-${GIT_VERSION}.tar.gz ./*
107107

108108
deploy: dist
109-
ifeq ($(shell git rev-parse --abbrev-ref HEAD),master)
109+
ifeq ($(shell git rev-parse --abbrev-ref HEAD),main)
110110
s3cmd sync ./hook-${GIT_VERSION}.tar.gz s3://s.gianarb.it/hook/${GIT_VERSION}.tar.gz
111-
s3cmd cp s3://s.gianarb.it/hook/hook-${GIT_VERSION}.tar.gz s3://s.gianarb.it/hook/hook-master.tar.gz
111+
s3cmd cp s3://s.gianarb.it/hook/hook-${GIT_VERSION}.tar.gz s3://s.gianarb.it/hook/hook-main.tar.gz
112112
endif
113113

114114
.PHONY: clean

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ installation environment.
9898
### The automation way
9999

100100
Sandbox has a file called
101-
[current_versions.sh](https://github.com/tinkerbell/sandbox/blob/master/current_versions.sh).
101+
[current_versions.sh](https://github.com/tinkerbell/sandbox/blob/main/current_versions.sh).
102102
If you change `OSIE_DOWNLOAD_LINK` with the hook link the setup.sh script will
103103
download the OS again and it will uncompress it in the right location
104104
(only if ./deploy/state/webroot/misc/osie/current does not exist)

0 commit comments

Comments
 (0)