9968018c08
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ldapjdk#d04113c89f850def108d9baeba8387e409a1e7d5
10 lines
104 B
Bash
Executable File
10 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
REPO=$1
|
|
|
|
if [ "$REPO" == "" ]; then
|
|
REPO="pki-10.6"
|
|
fi
|
|
|
|
fedpkg copr-build --nowait $REPO
|