-
Notifications
You must be signed in to change notification settings - Fork 36
/
build-dotcom.sh
executable file
·60 lines (42 loc) · 1.35 KB
/
build-dotcom.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Create the organization
./create-team.sh
./create-team.sh closed
./create-team.sh secret
./add-users-to-team.sh
./add-maintainers-to-team.sh
./create-an-organization-webhook.sh
./create-organization-project.sh preview
./create-organization-project-columns.sh preview
./add-team-to-org-project.sh
# Create the testrepo
./create-repo-testrepo.sh
./create-webhook.sh
./create-commit-readme.sh
./create-commit-codeowners.sh
./create-commit-requirements.sh
./add-team-to-repo.sh
./create-branch-newbranch.sh
./create-commit-on-newbranch.sh
./pride-patch-labels.sh
./create-repo-issue.sh
./create-pull-request.sh
./create-branch-protected.sh
./set-branch-protection.sh
./create-release.sh
./create-pages.sh
./create-gist.sh
# Create and populate testrepo-public
./create-repo.sh testrepo-public public
# Add team and commits to the repo:
./add-team-to-repo.sh testrepo-public
./create-webhook.sh testrepo-public
./create-commit-readme.sh testrepo-public
./create-commit-pom.sh testrepo-public
./create-commit-codeowners.sh testrepo-public
./create-branch-newbranch.sh testrepo-public
./create-commit-on-newbranch.sh testrepo-public
./create-branch-protected.sh testrepo-public
./set-branch-protection.sh testrepo-public
./create-repo.sh testrepo-private private
# On 2.20 and above an "internal" repository is supported.
./create-repo.sh testrepo-internal internal