MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="pan-9999"

EGIT_PROJECT="${PN}2"

################################################################################

# repo: one of:         (person, reponame, either may be used)

#       main            gnome
#       khaley          lostcoder
#       hmueller        imhotep82
#       jlynch          aexoden
#       pkovar          pmkovar

repo=hmueller

github="git://github.com/"
if [[ $repo = khaley || $repo = lostcoder ]] ; then
        EGIT_REPO_URI="${github}lostcoder/${EGIT_PROJECT}.git"
elif [[ $repo = hmueller || $repo = imhotep82 ]] ; then
        EGIT_REPO_URI="${github}imhotep82/${EGIT_PROJECT}"
elif [[ $repo = jlynch || $repo = aexoden ]] ; then
        EGIT_REPO_URI="${github}aexoden/${EGIT_PROJECT}"
elif [[ $repo = pkovar || $repo = pmkovar ]] ; then
        EGIT_REPO_URI="${github}pmkovar/${EGIT_PROJECT}"
else
        EGIT_REPO_URI="git://git.gnome.org/${EGIT_PROJECT}"
fi

unset repo github

################################################################################

# branch: one of (as of 2011.0823):

# for khaley/lostcoder:
#       master
#       next
#       testing
#       nntp

# for hmueller/imhotep82:
#       master
#       experimental
#       merge_with_lostcoder_testing

# for jlynch/aexoden:
#       master
#       integration
#       testing
#       (many others minor-feature branches)

# for pkovar/pmkovar:
#       master
#       integration
#       testing
#       help
#       user-agent
#       master-pre

# for main/gnome:
#       master

EGIT_BRANCH=master

################################################################################


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to