-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rename): azure-nvme-utils -> azure-vm-utils (#40)
To support expansion of scope for future utilities and udev rules outside of NVMe support, rename azure-nvme-utils to azure-vm-utils. Signed-off-by: Chris Patterson <[email protected]>
- Loading branch information
Showing
12 changed files
with
49 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,17 +20,17 @@ jobs: | |
fetch-depth: 0 | ||
fetch-tags: true | ||
- name: Get tags from upstream, if needed | ||
if: github.repository != 'Azure/azure-nvme-utils' | ||
if: github.repository != 'Azure/azure-vm-utils' | ||
run: | | ||
git remote add upstream https://github.com/Azure/azure-nvme-utils.git | ||
git remote add upstream https://github.com/Azure/azure-vm-utils.git | ||
git fetch upstream --tags | ||
- name: Setup | ||
run: | | ||
sudo apt update | ||
sudo apt install gcc pandoc cmake devscripts debhelper -y | ||
- name: Build debs | ||
run: | | ||
DEBEMAIL="Azure NVMe Utils CI <azure/azure-nvme[email protected]>" ./scripts/build-deb.sh | ||
DEBEMAIL="Azure VM Utils CI <azure/azure-vm[email protected]>" ./scripts/build-deb.sh | ||
- name: Lintian check | ||
run: | | ||
lintian out/*.deb | ||
|
@@ -40,7 +40,7 @@ jobs: | |
- name: Verify installation | ||
run: | | ||
set -x | ||
dpkg -L azure-nvme-utils | ||
dpkg -L azure-vm-utils | ||
test -f /usr/share/initramfs-tools/hooks/azure-disk | ||
test -f /usr/share/man/man8/azure-nvme-id.8.gz | ||
test -f /usr/sbin/azure-nvme-id | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
Source: azure-nvme-utils | ||
Source: azure-vm-utils | ||
Section: utils | ||
Priority: optional | ||
Maintainer: Chris Patterson <[email protected]> | ||
Build-Depends: cmake, pandoc, debhelper-compat (= 12) | ||
Standards-Version: 4.5.0 | ||
Homepage: https://github.com/Azure/azure-nvme-utils | ||
Homepage: https://github.com/Azure/azure-vm-utils | ||
Rules-Requires-Root: no | ||
|
||
Package: azure-nvme-utils | ||
Package: azure-vm-utils | ||
Architecture: any | ||
Multi-Arch: foreign | ||
Depends: ${misc:Depends}, ${shlibs:Depends} | ||
Description: Utilities to assist managing NVMe devices on Azure | ||
This package provides azure-nvme-id for NVMe device identification and udev | ||
rules to provide symlinks using available identifiers. | ||
Description: A collection of utilities and udev rules to make the most of the | ||
Linux experience on Azure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters