This website requires JavaScript.
Explore
Get Started
openstack
/
project-config
Code
Issues
Proposed changes
8e9b206191
Branches
Tags
View all branches
project-config
/
jenkins
/
scripts
/
run-xmllint.sh
5 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Move openstack-specific config out of ::jenkins The ::jenkins::slave class contained a lot of openstack-specific configuration rather than configuration of a generic jenkins slave. The term "bare slave" is overloaded and confusing: create simple_slave and thick_slave to differentiate between the two meanings of "bare". Some portions of ::jenkins::slave will move to simple_slave, some portions to thick_slave, and some portions to slave_common (all in the openstack_project module). Change-Id: I5281a03a7f6da3f98714bcc59ae840ace8435578
2014-04-22 15:16:18 -07:00
#!/bin/bash -xe
mkdir -p target/
Switch to using $() for subshells, part 2 Cleanup every use of `` for subshells in the jenkins/scripts directory, replacing them with $(), and finally making the scripts consistent. Change-Id: Id3e45fb873c1ebeae6ab63a0caa4c427a7ccbb62
2015-06-04 15:33:48 +10:00
/usr/bin/xmllint -noent
$1
> target/
$(
basename
$1
)
Copy Permalink