Skip to content

Commit

Permalink
Merge pull request #271 from fede2cr/master
Browse files Browse the repository at this point in the history
Adding deb822 format for sources, used in Ubuntu 24.04
  • Loading branch information
chintanrp authored Sep 13, 2024
2 parents e443205 + 543d6e6 commit 40a185b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest_by_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ File Path | Manifest
/etc/ambari-server/conf/\* | hdinsight
/etc/apt/sources.list | linux-repoconfig
/etc/apt/sources.list.d/\*.list | linux-repoconfig
/etc/apt/sources.list.d/\*.sources | linux-repoconfig
/etc/chrony/chrony.conf | diagnostic, vmdiagnostic
/etc/cloud/cloud.cfg | diagnostic, diskpool, eg, vmdiagnostic
/etc/cloud/cloud.cfg.d/\*.cfg | diagnostic, diskpool, eg, vmdiagnostic
Expand Down Expand Up @@ -678,4 +679,4 @@ File Path | Manifest
/k/kubeclusterconfig.json | aks
/unattend.xml | diagnostic, eg, normal, vmdiagnostic, windowsupdate

*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-06 11:11:49.836003`*
*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-11 14:57:31.185418`*
3 changes: 2 additions & 1 deletion docs/manifest_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ linux-repoconfig | copy | /etc/dnf/vars/releasever
linux-repoconfig | copy | /etc/yum.repos.d/rh-cloud-rhel\*.repo
linux-repoconfig | copy | /etc/apt/sources.list
linux-repoconfig | copy | /etc/apt/sources.list.d/\*.list
linux-repoconfig | copy | /etc/apt/sources.list.d/\*.sources
linux-repoconfig | copy | /etc/hosts
linux-repoconfig | copy | /var/log/rhuicheck.log
linux-sos-scc | list | /var/tmp
Expand Down Expand Up @@ -1844,4 +1845,4 @@ workloadbackup | copy | /WindowsAzure/Logs/Plugins/\*
workloadbackup | copy | /WindowsAzure/Logs/AggregateStatus/aggregatestatus\*.json
workloadbackup | copy | /WindowsAzure/Logs/AppAgentRuntime.log

*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-06 11:11:49.836003`*
*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-11 14:57:31.185418`*
1 change: 1 addition & 0 deletions manifests/linux/linux-repoconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ copy,/etc/dnf/vars/releasever,noscan
copy,/etc/yum.repos.d/rh-cloud-rhel*.repo
copy,/etc/apt/sources.list,noscan
copy,/etc/apt/sources.list.d/*.list,noscan
copy,/etc/apt/sources.list.d/*.sources,noscan
copy,/etc/hosts,noscan
copy,/var/log/rhuicheck.log

0 comments on commit 40a185b

Please sign in to comment.