summaryrefslogtreecommitdiffstats
path: root/dist/README.md
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-03-03 09:45:32 +0100
committerArnstein Ressem <aressem@yahoo-inc.com>2017-03-03 09:45:32 +0100
commit294e4b630c6a2d79622986cd160165fa2685f69f (patch)
tree58fd4a4c324d7b9d7e27ce1ee74753243cc91892 /dist/README.md
parente1feead54aea4ecc4057112d333ff09100ec26c1 (diff)
Added README.md
Diffstat (limited to 'dist/README.md')
-rw-r--r--dist/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/README.md b/dist/README.md
new file mode 100644
index 00000000000..4185537954d
--- /dev/null
+++ b/dist/README.md
@@ -0,0 +1,12 @@
+
+# Building Vespa RPM
+
+To manually build a Vespa RPM on CentOS 7:
+
+1. Add repo: ```yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo```
+2. Inspect vespa.spec and install all RPM's marked with BuildRequires.
+1. In the root of the Vespa source tree, execute : ```./dist.sh <Vespa version>```
+1. Build the RPM with : ```rpmbuild -bb ~/rpmbuild/SPECS/vespa-<Vespa version>.spec```
+
+The RPM should now be available in ~/rpmbuild/RPMS.
+