jenkins-bot has submitted this change and it was merged.

Change subject: dib: attempt to have 'apt' to run apt-get update
......................................................................


dib: attempt to have 'apt' to run apt-get update

Bug: T132147
Change-Id: I3713a59c6d26ad6a116abea0531d65f371d99068
---
M dib/puppet/ciimage.pp
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/dib/puppet/ciimage.pp b/dib/puppet/ciimage.pp
index c43857f..57b642a 100644
--- a/dib/puppet/ciimage.pp
+++ b/dib/puppet/ciimage.pp
@@ -11,7 +11,8 @@
     before => Stage['main'],
 }
 class { '::apt':
-    stage => first,
+    stage  => first,
+    notify => Exec['apt-get update'],
 }
 
 # Jenkins provision jre by itself but it sounds better to have it already in

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3713a59c6d26ad6a116abea0531d65f371d99068
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to