Commit Graph

3 Commits

Author SHA1 Message Date
Charlie Drage
6e9b7f4021
remove build/rpm submodule (#1587)
#### What type of PR is this?

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind documentation
/kind feature
-->

Removes the build/rpm submodule that's no longer needed / used

#### What this PR does / why we need it:

Fixes the issue of trying to build the Dockerfile: docker build -t
kompose https://github.com/kubernetes/kompose.git#main

#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

N/A

#### Special notes for your reviewer:

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-02-13 12:43:12 -05:00
Ian Levesque
af7c06216b submodule with a 'go get'-friendly url
Signed-off-by: Ian Levesque <ian@quantopian.com>
2019-06-04 16:30:43 -04:00
Charlie Drage
abc500f0bb Add rpm packaging
This adds rpm packaging for building on Fedora + CentOS + deploying to
Koji.

I've gone ahead and updates notes.txt to a README.md to better reflect
how to build.

This is copied from:
https://src.fedoraproject.org/cgit/rpms/kompose.git
and added as a submodule.

Closes https://github.com/kubernetes-incubator/kompose/issues/481

Ping @surajssd @dustymabe
2017-03-17 10:55:21 -04:00