1318253325
as discussed a priori with rguenther, transfer the package to /science with new maintainer OBS-URL: https://build.opensuse.org/request/show/526296 OBS-URL: https://build.opensuse.org/package/show/science/ppl?expand=0&rev=1
4 lines
147 B
Bash
4 lines
147 B
Bash
#!/bin/bash
|
|
# This script is called automatically during autobuild checkin.
|
|
sed -e "s,^\(Name:.*ppl\),\1-testsuite," ppl.spec > ppl-testsuite.spec
|