[packages/travis] fix assets path

glen glen at pld-linux.org
Sun Dec 11 15:57:13 CET 2016


commit ace99bdb9e5e0478297b31da0fea365c3222c208
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Sep 6 21:22:17 2016 +0300

    fix assets path

 assets.patch | 2 +-
 travis.spec  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/travis.spec b/travis.spec
index 8f5b795..78b2458 100644
--- a/travis.spec
+++ b/travis.spec
@@ -5,7 +5,7 @@
 Summary:	Travis CI client
 Name:		travis
 Version:	1.8.2
-Release:	1.1
+Release:	1.2
 License:	MIT
 Group:		Development/Building
 Source0:	http://rubygems.org/downloads/%{name}-%{version}.gem
diff --git a/assets.patch b/assets.patch
index cf0a312..45365ac 100644
--- a/assets.patch
+++ b/assets.patch
@@ -5,7 +5,7 @@
    module Tools
      module Assets
 -      BASE = File.expand_path('../../../../assets', __FILE__)
-+      BASE = File.expand_path('../assets', __FILE__)
++      BASE = File.expand_path('../../assets', __FILE__)
        extend self
  
        def asset_path(file)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/travis.git/commitdiff/f658774696a910a88b82bb3a33d3364f3ce53dc1



More information about the pld-cvs-commit mailing list