You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/citus-enterprise-release-checklist-template.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ assignees: gurkanindibay
10
10
# Update OS Packages
11
11
## Debian and RedHat
12
12
- Change your directory to `packaging` repository directory & checkout `all-enterprise` branch.
13
-
-[ ] Run the pipeline using branch name as all-enterprise https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml. Input tag name and if version is fancy, input the fancy version_no. Other parameters could be kept as is if you want
13
+
-[ ] Run [this pipeline](https://github.com/citusdata/packaging/actions/workflows/update_package_properties.yml) using branch name as `all-enterprise`. Input tag name and if version is fancy, input the fancy version number. Other parameters could be kept as is if you want.
14
14
- Then check the following (needed for both debian & redhat):
15
15
-[ ] Updated `pkglatest` variable in the `pkgvars` file to `$VERSION.citus-1`
16
16
- Then check the following (needed for debian):
17
17
-[ ] A new entry (`$VERSION.citus-1`, `stable`) is added to the `debian/changelog` file
18
18
- Then check the following (needed for redhat):
19
-
-[ ]`$PROJECT.spec` file is updated:
19
+
-[ ]`citus.spec` file is updated:
20
20
-[ ]`Version:` field
21
21
-[ ]`Source0:` field
22
22
-[ ] A new entry (`$VERSION.citus-1`) in the `%changelog` section
-[ ] Open [ADO pipeline page](https://msdata.visualstudio.com/Database%20Systems/_build?definitionId=10018&_a=summary)
37
+
-[ ] Wait for build to succeed. If build does not success, go [here](https://msdata.visualstudio.com/Database%20Systems/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=10018)
39
38
Maybe you need to update some parameters there (like the tools repo version). Then save it without queuing and then “Run pipeline” again via the first link.
40
39
-[ ] Check that it created the right packages by looking at the logs and artifacts (the button with the box/drawer icon and text “8 published”).
41
40
-[ ] Click there, and see 7 items in signed packages
@@ -46,11 +45,11 @@ Maybe you need to update some parameters there (like the tools repo version). Th
46
45
-[ ] Go back to the overview: https://msdata.visualstudio.com/Database%20Systems/_build?definitionId=10018&_a=summary
47
46
-[ ] Click “Run pipeline”
48
47
-[ ] Click “Variables”
49
-
-[ ] Change PUBLISH_TO_PACKAGE_REPO to “true”
48
+
-[ ] Change `PUBLISH_TO_PACKAGE_REPO` to “true”
50
49
-[ ] Go back after doing so and click "Run”
51
50
-[ ] Wait until completed.
52
51
-[ ] Check if packages are successfully published using below links:
53
-
-[ ] 6 new items for the version for Ubuntu (xenial , bionic and focal): https://packages.microsoft.com/repos/citus-ubuntu/pool/main/c/citus-enterprise/
54
-
-[ ] 4 new items for the version for Debian (buster and stretch): https://packages.microsoft.com/repos/citus-debian/pool/main/c/citus-enterprise/ ( for release >9.4 and < 9.5, 4 package is expected. Since 9.5 6 package is expected)
55
-
-[ ] 2 new items for the version for CentOS7/RHEL7: https://packages.microsoft.com/yumrepos/citus-centos7/
56
-
-[ ] 2 new items for the version for CentOS8/RHEL8: https://packages.microsoft.com/yumrepos/citus-centos8/
52
+
-[ ] 6 new items for the version for Ubuntu (xenial , bionic and focal): [here](https://packages.microsoft.com/repos/citus-ubuntu/pool/main/c/citus-enterprise/)
53
+
-[ ] 4 new items for the version for Debian (buster and stretch): [here](https://packages.microsoft.com/repos/citus-debian/pool/main/c/citus-enterprise/) ( for release >9.4 and < 9.5, 4 package is expected. Since 9.5 6 package is expected)
54
+
-[ ] 2 new items for the version for CentOS7/RHEL7: [here](https://packages.microsoft.com/yumrepos/citus-centos7/)
55
+
-[ ] 2 new items for the version for CentOS8/RHEL8: [here](https://packages.microsoft.com/yumrepos/citus-centos8/)
0 commit comments