[node-patches] Change in ovirt-node-iso[node-3.1]: Ok, a little more restrictive with the RPM name
rbarry at redhat.com
rbarry at redhat.com
Tue Aug 5 16:57:55 UTC 2014
Ryan Barry has uploaded a new change for review.
Change subject: Ok, a little more restrictive with the RPM name
......................................................................
Ok, a little more restrictive with the RPM name
Don't allow RPMs unless iso is in the name
Change-Id: I541fb02b235470a3ef6622030e6b129ddda4b837
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/00/31100/1
diff --git a/jenkins.sh b/jenkins.sh
index b0f5dda..ecde896 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -191,7 +191,7 @@
cp "$WORKSPACE/.git/HEAD" "$dst_dir/scm_hash.txt"
to_archive=(
"$WORKSPACE"/ovirt-node-*iso
- "$WORKSPACE"/ovirt-cache/ovirt/*/ovirt-node-*rpm
+ "$WORKSPACE"/ovirt-cache/ovirt/*/ovirt-node*iso*.rpm
"$WORKSPACE"/manifest*
"$WORKSPACE"/ovirt-node-iso.mini-manifest.txt
"$WORKSPACE"/*log
--
To view, visit http://gerrit.ovirt.org/31100
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I541fb02b235470a3ef6622030e6b129ddda4b837
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: node-3.1
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list