Yuvipanda has submitted this change and it was merged.

Change subject: aptly: Specify arch explicitly for publishing
......................................................................


aptly: Specify arch explicitly for publishing

Change-Id: If2fa2c50bd5ec036155e5bed67888e1673c62edb
---
M modules/aptly/manifests/repo.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/aptly/manifests/repo.pp b/modules/aptly/manifests/repo.pp
index 759ce0b..7c7db71 100644
--- a/modules/aptly/manifests/repo.pp
+++ b/modules/aptly/manifests/repo.pp
@@ -16,7 +16,7 @@
         # Pubish the repo directly, without snapshots
         # This isn't reccomended by aptly for production uses, but is perfect 
for labs :D
         exec { "publish-aptly-repo-${title}":
-            command => "/usr/bin/aptly publish -skip-signing repo 
${repo_name}",
+            command => "/usr/bin/aptly -architectures=amd64,all publish 
-skip-signing repo ${repo_name}",
             unless  => "/usr/bin/aptly publish list | /bin/grep -F 
'[${repo_name}]' > /dev/null",
             user    => 'root',
         }

-- 
To view, visit https://gerrit.wikimedia.org/r/234246
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If2fa2c50bd5ec036155e5bed67888e1673c62edb
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to