Skip to content

Commit 0f6561e

Browse files
committed
Merge branch '3.0-dev' into joslobo/merge-for-april-update
2 parents 5244dca + edf199a commit 0f6561e

File tree

367 files changed

+47044
-5125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

367 files changed

+47044
-5125
lines changed

.github/workflows/check-entangled-specs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ jobs:
3131
- name: Get Python dependencies
3232
run: python3 -m pip install -r toolkit/scripts/requirements.txt
3333

34-
- name: Run entanglement checking script
34+
# Run unit test for check_entangled_specs.py before invoking it
35+
- name: Unit test for spec entanglement check
36+
run: PYTHONPATH=toolkit/scripts python3 toolkit/scripts/tests/test_check_entangled_specs.py
37+
38+
- name: Run spec entanglement checking script
3539
run: python3 toolkit/scripts/check_entangled_specs.py .

CONTRIBUTING.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https:
6565

6666
## Develop for Azure Linux
6767

68-
When starting to develop for Azure Linux, use the [Azure LinuxTutorials](https://github.com/microsoft/AzureLinux-Tutorials) repo. This repository guides developers on using Azure Linux's tools to customize or add new packages or images. Once you have confirmed your change builds and functions as expected, consider whether it should be added to the core repo, [Azure Linux](https://github.com/microsoft/azurelinux). Please see our [quickstart](toolkit/docs/quick_start/quickstart.md) for a tutorial and [building instructions](toolkit/docs/building/building.md) for an in-depth overview of building within Azure Linux. Please adhere to the [Pull Request guidelines](pull-request-guidelines) when contributing.
68+
When starting to develop for Azure Linux, use the [Azure LinuxTutorials](https://github.com/microsoft/AzureLinux-Tutorials) repo. This repository guides developers on using Azure Linux's tools to customize or add new packages or images. Once you have confirmed your change builds and functions as expected, consider whether it should be added to the core repo, [Azure Linux](https://github.com/microsoft/azurelinux). Please see our [quickstart](toolkit/docs/quick_start/quickstart.md) for a tutorial and [building instructions](toolkit/docs/building/building.md) for an in-depth overview of building within Azure Linux. Please adhere to the [Pull Request guidelines](#pull-request-guidelines) when contributing.
6969

7070
### Packages
7171

@@ -95,25 +95,25 @@ We welcome documentation improvements. See [toolkit/docs](toolkit/docs) for the
9595

9696
## Pull Request Guidelines
9797

98-
Please direct pull requests to the desired development branch. Development changes to `2.0` should target `main`. Development changes to `1.0` should target `1.0-dev`.
98+
Please direct pull requests to the desired development branch. Development changes to `3.0` should target `3.0-dev`. Development changes to `2.0` should target `main`. `1.0` is deprecated and should not be used.
9999

100100
### Branch structure
101101

102102
An overview of how the branches are structured can be seen below
103103

104-
| Branch / Tag | For PRs | Published | Notes
105-
|:-------------|:--------|:----------|:------------
106-
|main |Yes |No | **Primary development branch**
107-
|2.0 |No |Yes - eventually | Staging branch for publishing
108-
|2.0-stable |No | Yes | Last published release
109-
|2.0-preview |No |No | Publishing in progress
104+
| Git Ref | Branch / Tag | For PRs | Published | Notes
105+
|:-------------|:-------------|:--------|:----------|:------------
106+
|3.0-dev |Branch |Yes |No | **Primary development branch**
107+
|3.0 |Branch |No |Yes - eventually | Staging branch for publishing
108+
|3.0-preview |Tag |No |No | Publishing in progress
109+
|3.0-stable |Tag |No |Yes | Last published release
110110

111-
| Branch / Tag | For PRs | Published | Notes
112-
|:-------------|:--------|:----------|:------------
113-
|1.0-dev |Yes |No | Development branch for 1.0
114-
|1.0 |No |Yes - eventually | Staging branch for publishing
115-
|1.0-stable |No |Yes | Last published release
116-
|1.0-preview |No |No | Publishing in progress
111+
| Git Ref | Branch / Tag | For PRs | Published | Notes
112+
|:-------------|:-------------|:--------|:----------|:------------
113+
|main |Branch |Yes |No | **Primary development branch**
114+
|2.0 |Branch |No |Yes - eventually | Staging branch for publishing
115+
|2.0-preview |Tag |No |No | Publishing in progress
116+
|2.0-stable |Tag |No |Yes | Last published release
117117

118118
### PR Titles
119119

@@ -134,7 +134,7 @@ Please avoid titles such as
134134
```bash
135135
- package: <whatever you did to the package>
136136
- CVE-XXXX-YYYY (leaving off what package was patched or upgraded)
137-
- [1.0] (prefixing with branch or other information)
137+
- [2.0] (prefixing with branch or other information)
138138
```
139139

140140
### PR Checklist

LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES-AND-NOTICES/SPECS/data/licenses.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
"enchant2",
213213
"enscript",
214214
"environment-modules",
215+
"erofs-utils",
215216
"evemu",
216217
"execstack",
217218
"exempi",
@@ -913,7 +914,7 @@
913914
"microcode_ctl",
914915
"microdnf",
915916
"minicom",
916-
"minizip",
917+
"minizip-ng",
917918
"mksh",
918919
"mobile-broadband-provider-info",
919920
"mock",
@@ -1594,6 +1595,7 @@
15941595
"pkgconf",
15951596
"plexus-cipher",
15961597
"plexus-containers",
1598+
"plexus-pom",
15971599
"plexus-sec-dispatcher",
15981600
"plotutils",
15991601
"pmdk-convert",
@@ -1643,6 +1645,7 @@
16431645
"python-aiodns",
16441646
"python-aiohttp",
16451647
"python-alsa",
1648+
"python-archspec",
16461649
"python-argcomplete",
16471650
"python-argparse-manpage",
16481651
"python-astroid",
@@ -1655,6 +1658,7 @@
16551658
"python-betamax",
16561659
"python-blinker",
16571660
"python-blivet",
1661+
"python-boltons",
16581662
"python-breathe",
16591663
"python-cached_property",
16601664
"python-cbor2",
@@ -1664,7 +1668,9 @@
16641668
"python-cmd2",
16651669
"python-colorama",
16661670
"python-CommonMark",
1671+
"python-conda-libmamba-solver",
16671672
"python-conda-package-handling",
1673+
"python-conda-package-streaming",
16681674
"python-configshell",
16691675
"python-cpuinfo",
16701676
"python-cups",
@@ -1747,6 +1753,7 @@
17471753
"python-mccabe",
17481754
"python-mdurl",
17491755
"python-memcached",
1756+
"python-menuinst",
17501757
"python-mimeparse",
17511758
"python-mock",
17521759
"python-monotonic",
@@ -1782,6 +1789,7 @@
17821789
"python-pymongo",
17831790
"python-PyMySQL",
17841791
"python-pyperclip",
1792+
"python-pyproject-api",
17851793
"python-pyproject-metadata",
17861794
"python-pyroute2",
17871795
"python-pyrsistent",
@@ -1888,6 +1896,7 @@
18881896
"python-yubico",
18891897
"python-zipp",
18901898
"python-zmq",
1899+
"python-zstandard",
18911900
"python-zstd",
18921901
"python3-mallard-ducktype",
18931902
"python3-pytest-asyncio",
@@ -2624,7 +2633,6 @@
26242633
"patterns-ceph-containers",
26252634
"plexus-classworlds",
26262635
"plexus-interpolation",
2627-
"plexus-pom",
26282636
"plexus-utils",
26292637
"proj",
26302638
"psl-make-dafsa",
@@ -2807,6 +2815,7 @@
28072815
"kernel",
28082816
"kernel-64k",
28092817
"kernel-headers",
2818+
"kernel-ipe",
28102819
"kernel-mshv",
28112820
"kernel-rt",
28122821
"kernel-uvm",

SPECS-EXTENDED/flite/0001-auserver.c-Only-write-audio-data-to-a-file-in-debug-.patch

Lines changed: 0 additions & 50 deletions
This file was deleted.

SPECS-EXTENDED/flite/README-ALSA.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

SPECS-EXTENDED/flite/flite-0001-Fixed-texi2html-ambiguity.patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)