Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
hlandau committed Jun 20, 2016
2 parents cfa67ee + b98f90e commit 296b3f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis/make_debian_env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ ORIGDIR="$(realpath "$ORIGDIR")"
REVISION="1${DISTRO}1"

DATE_R="$(date -R)"
ARCHS="386_cgo amd64_cgo arm arm64" #arm arm64
# The non-cgo builds here are used by the RPM builds, which also reply on the
# .orig.tar.gz file built here.
ARCHS="386_cgo amd64_cgo 386 amd64 arm arm64"

mkdir -p "$ARCHIVEDIR"
for ARCH in $ARCHS; do
Expand Down
3 changes: 2 additions & 1 deletion .travis/make_rpm_spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Release: 1%{?dist}
Summary: Automatic certificate acquisition tool
License: MIT
URL: https://github.com/hlandau/acme
Group: Applications/System
Requires: libcap
Conflicts: %{aname}$NOTNOCGO_SUFFIX
%ifarch i386 i686
Expand All @@ -35,7 +36,7 @@ Conflicts: %{aname}$NOTNOCGO_SUFFIX
%define goarch ERROR
%endif
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
Source: %{aname}_%{version}.orig.tar.gz
%define debug_package %{nil}
Expand Down

0 comments on commit 296b3f5

Please sign in to comment.