Projects
Kolab:Winterfell
erlang-rebar
0004-Allow-discarding-building-ports.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0004-Allow-discarding-building-ports.patch of Package erlang-rebar (Revision 10)
Currently displaying revision
10
,
Show latest
From 7802b5dc11b3569cdb2c25c2703632bc84756823 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> Date: Mon, 18 May 2015 11:48:22 +0200 Subject: [PATCH 4/7] Allow discarding building ports --- src/rebar_port_compiler.erl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl index 906bcb0..9ae4778 100644 --- a/src/rebar_port_compiler.erl +++ b/src/rebar_port_compiler.erl @@ -348,6 +348,12 @@ get_specs(Config, AppFile) -> %% No spec provided. Construct a spec %% from old-school so_name and sources [port_spec_from_legacy(Config, AppFile)]; + [{null,[]}] -> + []; + [null] -> + []; + [skip] -> + []; PortSpecs -> Filtered = filter_port_specs(PortSpecs), OsType = os:type(), -- 2.5.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.