754bbb6d15
Mark all files that are run (and not only sourced) as executable. Remove files bump-milestone.sh, run-xmllint.sh and wait_for_nova.sh, those are not used anywhere in OpenStack (according to codesearch.o.o and local git grep). Change-Id: Ie344c9f9f8cc39b102f0147ecffa189e1b83da1e
8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
rm -fr ~/.m2
|
|
rm -fr ~/.java
|
|
./tools/version.sh --release
|
|
mvn clean package -Dgerrit.include-documentation=1 -X
|
|
./tools/version.sh --reset
|