SHA256
1
0
forked from pool/ceph

Accepting request 1062103 from filesystems:ceph:pacific

OBS-URL: https://build.opensuse.org/request/show/1062103
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=335
This commit is contained in:
Michael Fritch
2023-01-30 18:03:55 +00:00
committed by Git OBS Bridge
parent e44e54e022
commit 6af40582d8
7 changed files with 91 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ function usage {
echo "Notes:"
echo " If existing clone is given, repo and branch are ignored."
echo " Repo defaults to https://github.com/SUSE/ceph.git"
echo " Branch defaults to ses6"
echo " Branch defaults to ses7p"
exit 1
}
@@ -61,7 +61,7 @@ eval set -- "$GETOPT"
EXISTING=""
REPO="https://github.com/SUSE/ceph.git"
BRANCH="ses6"
BRANCH="ses7p"
while true ; do
case "$1" in
-b|--branch) BRANCH="$2" ; shift 2 ;;