
Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration. This commit will establish the package build for the flux CLI. A followup commit will be provided to include in the ISO when properly integrated with the application framework Test Plan: PASS: build-pkgs -e -c -p flux2 PASS: build-image success but no flux2 package included Change-Id: I008d007cb840ff39ad78d2189819f3c3f4083b1d Signed-off-by: wguy <wey-yi.guy@windriver.com>
16 lines
490 B
Plaintext
16 lines
490 B
Plaintext
Source: flux2
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: flux2
|
|
Architecture: any
|
|
Depends: ${misc:Depends}
|
|
Description: Provides a CLI for FluxCD package manager.
|
|
Flux is a tool for keeping Kubernetes clusters in sync with sources of
|
|
configuration (like Git repositories), and automating updates to
|
|
configuration.
|