Revert "use new azure-sdk"

This reverts commit e2cbd637b8.
This commit is contained in:
André Roth
2025-01-12 00:09:12 +01:00
parent 3e7978180e
commit 37b7c5aa91
7 changed files with 151 additions and 170 deletions
+1
View File
@@ -100,6 +100,7 @@ func (context *AptlyContext) config() *utils.ConfigStructure {
configLocations := []string{homeLocation, "/usr/local/etc/aptly.conf", "/etc/aptly.conf"}
for _, configLocation := range configLocations {
// FIXME: check if exists, check if readable
err = utils.LoadConfig(configLocation, &utils.Config)
if os.IsPermission(err) || os.IsNotExist(err) {
continue