Konstantin Boudnik created BIGTOP-2411:
------------------------------------------
Summary: Add OS-neutral wrapers to build all native packages and
repositories
Key: BIGTOP-2411
URL: https://issues.apache.org/jira/browse/BIGTOP-2411
Project: Bigtop
Issue Type: Improvement
Components: build
Affects Versions: 1.1.0
Reporter: Konstantin Boudnik
Assignee: Konstantin Boudnik
Fix For: 1.2.0
Right now we have {{component-pkg}} tasks that automagically detect which
OS-specific target to run ie {{deb}} or {{rpm}}. However, if all packages need
to be build we still have to use explicit target names. Same story is with
repositories.
Let's add new tasks
- pkgs
- repo
that will build all OS-specific packages and OS-specific repo, without a need
for the user to specify them explicitly. With that in place, on all platforms
we'll be able to run
{{./gradlew pkgs repo}}
to get the correct results.This will simplify our builds quite a bit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)