Skip to content

Commit

Permalink
Merge pull request #8 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
andyone authored Jun 29, 2018
2 parents 225ef37 + b655ca9 commit 2963551
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: required

language: go

Expand All @@ -11,18 +11,29 @@ go:
os:
- linux

services:
- docker

branches:
only:
- master
- develop

env:
global:
- IMAGE=essentialkaos/perfecto:centos7

matrix:
fast_finish: true
allow_failures:
- go: tip

before_install:
- docker pull "$IMAGE"
- wget https://raw.githubusercontent.com/essentialkaos/perfecto/master/perfecto-docker
- chmod +x perfecto-docker
- make deps

script:
- make all
- ./perfecto-docker common/redis-monitor-top.spec
16 changes: 8 additions & 8 deletions common/redis-monitor-top.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
###############################################################################
################################################################################

# rpmbuilder:relative-pack true

###############################################################################
################################################################################

%define debug_package %{nil}

###############################################################################
################################################################################

Summary: Tiny Redis client for monitor command output top
Name: redis-monitor-top
Expand All @@ -24,18 +24,18 @@ BuildRequires: golang >= 1.8

Provides: %{name} = %{version}-%{release}

###############################################################################
################################################################################

%description
Tiny Redis client for monitor command output top.

###############################################################################
################################################################################

%prep
%setup -q

%build
export GOPATH=$(pwd)
export GOPATH=$(pwd)
go build src/github.com/essentialkaos/%{name}/%{name}.go

%install
Expand All @@ -47,14 +47,14 @@ install -pm 755 %{name} %{buildroot}%{_bindir}/
%clean
rm -rf %{buildroot}

###############################################################################
################################################################################

%files
%defattr(-,root,root,-)
%doc LICENSE.EN LICENSE.RU
%{_bindir}/%{name}

###############################################################################
################################################################################

%changelog
* Tue Oct 03 2017 Anton Novojilov <[email protected]> - 1.2.0-0
Expand Down

0 comments on commit 2963551

Please sign in to comment.