Sha256: 95205ab9ac0ec5aacae6bb36884bde0c8df66f4b7183be07e69e89b896332b50

Contents?: true

Size: 902 Bytes

Versions: 268

Compression:

Stored size: 902 Bytes

Contents

#!/bin/bash

set -ex
cat $0    # Show this script in the output

REPO=${1:-ingydotnet/djson-pm}
REPODIR="${REPO#*/}"
SUBDIR=${2:-test}
SUBREPO=$REPO-$SUBDIR
SUBREPODIR="${SUBREPO#*/}"

git hub repo-delete "$SUBREPO" || true
rm -fr "$REPODIR"
git hub clone "$REPO"
(
  exit
  cd "$REPODIR"
  git subrepo init test -r "git@github.com:$SUBREPO" # -b foo
  git hub repo-new "$SUBREPO"
  git hub repo "$SUBREPO"
  cat "$SUBDIR/.gitrepo"
  git subrepo push "$SUBDIR"
  git subrepo status "$SUBDIR"
  git hub clone "$SUBREPO"
  [[ -e "$SUBREPODIR/decode.t" ]] && echo PASS || echo FAIL
)
(
  cd "$REPODIR"
  git subrepo init test
  git hub repo-new "$SUBREPO"
  git hub repo "$SUBREPO"
  cat "$SUBDIR/.gitrepo"
  git subrepo push -u "$SUBDIR" -r "git@github.com:$SUBREPO" -b foo
  git subrepo status "$SUBDIR"
  git hub clone "$SUBREPO"
  [[ -e "$SUBREPODIR/decode.t" ]] && echo PASS || echo FAIL
  bash -i
)

Version data entries

268 entries across 268 versions & 4 rubygems

Version Path
eac_tools-0.86.5 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.86.4 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.86.3 sub/eac_git/vendor/git-subrepo/note/init-test
eac_git-0.16.0 vendor/git-subrepo/note/init-test
eac_tools-0.86.2 sub/eac_git/vendor/git-subrepo/note/init-test
eac_git-0.15.0 vendor/git-subrepo/note/init-test
eac_tools-0.84.2 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.84.1 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.84.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.83.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.82.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.81.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.80.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.79.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.78.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.77.1 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.77.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.76.1 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.76.0 sub/eac_git/vendor/git-subrepo/note/init-test
eac_tools-0.75.2 sub/eac_git/vendor/git-subrepo/note/init-test