Browse Source

add more clone commands

master
heck 4 years ago
parent
commit
2afc95188b
  1. 18
      bash_profile.d/pEp.sh

18
bash_profile.d/pEp.sh

@ -50,6 +50,24 @@ function clone_rce() {
cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.rce .idea cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.rce .idea
} }
function clone_lipEpDatatypes() {
git clone https://gitea.pep.foundation/pEp.foundation/libpEpDatatypes.git .
cp $PEP_LOCAL_CONF_DIR/local.conf.libpEpDatatypes local.conf
cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.libpEpDatatypes .idea
}
function clone_lipEpTransport() {
git clone https://gitea.pep.foundation/pEp.foundation/libpEpTransport.git .
cp $PEP_LOCAL_CONF_DIR/local.conf.libpEpTransport local.conf
cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.libpEpTransport .idea
}
function clone_pitytest11() {
git clone https://gitea.pep.foundation/heck/PityTest11.git .
cp $PEP_LOCAL_CONF_DIR/local.conf.PityTest11 local.conf
cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.PityTest11 .idea
}
function clone_devWiki() { function clone_devWiki() {
git clone ssh://wiki/var/lib/gitit/wikidata . git clone ssh://wiki/var/lib/gitit/wikidata .
} }

Loading…
Cancel
Save