The Windows Azure Linux Agent
Go to file
Jon Maloy 97f485ba77 * Thu Aug 21 2025 Jon Maloy <jmaloy@redhat.com> - 2.13.1.1-2
- wla-docs-add-waagent-manpage-3401.patch [RHEL-109496]
- Resolves: RHEL-109496
  ([Azure][WALA][RHEL-9] Missing man page)
2025-08-21 13:28:40 -04:00
.gitignore * Tue May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 04:09:15 -04:00
90-tpm2-import.rules * Mon Jan 23 2023 Miroslav Rezanina <mrezanin@redhat.com> - 2.7.0.6-7 2023-01-23 03:38:09 -05:00
gating.yaml Add gating.yaml 2021-05-08 10:28:31 +08:00
module-setup-cvm.sh * Mon Jan 23 2023 Miroslav Rezanina <mrezanin@redhat.com> - 2.7.0.6-7 2023-01-23 03:38:09 -05:00
module-setup-udev.sh * Fri Apr 11 2025 Jon Maloy <jmaloy@redhat.com> - 2.7.0.6-13 2025-04-11 17:36:05 -04:00
README.rst * Tue May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 04:09:15 -04:00
sources * Tue May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 04:09:15 -04:00
tpm2-luks-import.sh * Wed Feb 08 2023 Miroslav Rezanina <mrezanin@redhat.com> - 2.7.0.6-9 2023-02-08 02:57:59 -05:00
WALinuxAgent.spec * Thu Aug 21 2025 Jon Maloy <jmaloy@redhat.com> - 2.13.1.1-2 2025-08-21 13:28:40 -04:00
wla-Disable-automatic-log-collector.patch * Tue May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 04:09:15 -04:00
wla-docs-add-waagent-manpage-3401.patch * Thu Aug 21 2025 Jon Maloy <jmaloy@redhat.com> - 2.13.1.1-2 2025-08-21 13:28:40 -04:00
wla-redhat-Add-a-udev-rule-to-avoid-managing-slave-NICs-.patch * Tue May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 04:09:15 -04:00
wla-redhat-Use-NetworkManager-to-set-DHCP-hostnames-on-r.patch * Tue May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 04:09:15 -04:00

========================
WALinuxAgent development
========================

WALinuxAgent is maintained in a `source tree`_ rather than directly in dist-git.
This provides way to develope using regular source code structure and provides 
way to generate SRPM and build using koji service. In addition, local build using
CentOS 9 Stream specific configuration.

Developers deliver all changes to source-git using merge request. Only maintainers
will be pushing changes sent to source-git to dist-git.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/redhat/centos-stream/src/walinuxagent