[SCM] ci-tooling packaging branch, master, updated. 95058f2dc2c62608090292f2dbea9c2c627da97c

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Dec 16 08:53:52 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=95058f2

The following commit has been merged in the master branch:
commit 95058f2dc2c62608090292f2dbea9c2c627da97c
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Dec 16 09:53:23 2014 +0100

    lp cache control when using oauth access tokens as well
---
 lib/lp.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/lp.rb b/lib/lp.rb
index ae81b3d..0f5d22b 100644
--- a/lib/lp.rb
+++ b/lib/lp.rb
@@ -51,7 +51,7 @@ module Launchpad
 
     def self.get(uri)
         if @token
-            return @token.get(uri.path)
+            return @token.get(uri.path, "Cache-Control" => "max-age=0")
         end
 
         # Set cache control.

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list