SHA256
1
0
forked from pool/mvapich2
Nicolas Morey-Chaisemartin
2017-06-08 08:50:26 +00:00
committed by Git OBS Bridge
commit 035e4e4291
14 changed files with 2250 additions and 0 deletions

10
pre_checkin.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# This script has to be run prior to a check-in if changes were done
# to spec and/or changes
sed -e "s,^\(Name:.*mvapich2\),\1-testsuite," mvapich2.spec > mvapich2-testsuite.spec
sed -e "s,^\(Name:.*mvapich2\),\1-psm," mvapich2.spec > mvapich2-psm.spec
cp mvapich2.changes mvapich2-testsuite.changes
cp mvapich2.changes mvapich2-psm.changes
osc service localrun format_spec_file