aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/fix-rpm-deploy-artifact-urls-03d5694073ad159d.yaml
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-06-09 15:55:16 -0600
committerAlex Schultz <aschultz@redhat.com>2017-06-09 15:55:16 -0600
commit84e37fe8c7b10b7aceb7c97ffb97ede5480ea5ee (patch)
treeffb85c770e7cc16daafb8d148be615223e0b3e15 /releasenotes/notes/fix-rpm-deploy-artifact-urls-03d5694073ad159d.yaml
parenteab0cd441ccce9521edea43fbc657bac18d06970 (diff)
Fix rpms being installed via DeployArtifactURLs
The deploy-artifacts.sh script is supposed to support installing rpms when provided by DeployArtifactUrls. The problem is that it uses yum to install which does not actually work unless the filename ends with .rpm. This change updates the script to rename the downloaded file to end with .rpm if it is an rpm so that it is properly installed. Change-Id: I048d2b4474f9efe424e98e3868f325704e9c352f Closes-Bug: #1697102
Diffstat (limited to 'releasenotes/notes/fix-rpm-deploy-artifact-urls-03d5694073ad159d.yaml')
-rw-r--r--releasenotes/notes/fix-rpm-deploy-artifact-urls-03d5694073ad159d.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-rpm-deploy-artifact-urls-03d5694073ad159d.yaml b/releasenotes/notes/fix-rpm-deploy-artifact-urls-03d5694073ad159d.yaml
new file mode 100644
index 00000000..25016e83
--- /dev/null
+++ b/releasenotes/notes/fix-rpm-deploy-artifact-urls-03d5694073ad159d.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+ - |
+ Fix support for RPMs to be installed via DeployArtifactURLs. LP#1697102