Skip to content

Commit

Permalink
Remove subtree-split command.
Browse files Browse the repository at this point in the history
We won't be subtree splitting every commit anymore. Instead the app
skeleton will become a standalone repository.
  • Loading branch information
markstory committed Sep 6, 2013
1 parent 0e83e6c commit 5eee58e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/build.xml
Expand Up @@ -250,18 +250,6 @@
</phpmd> </phpmd>
</target> </target>


<target name="subtree-split" description="Split the main repo into subtrees for the -app and -framework repos">
<echo msg="Generating app-split subtree branch" />
<exec command="git subtree split --prefix App/ --branch app-split" />

<echo msg="Generating framework-split subtree branch" />
<exec command="git subtree split --prefix lib/ --branch framework-split" />

<echo msg="Pushing splits to remotes" />
<exec command="git push ${git.subtree.app} app-split:master" />
<exec command="git push ${git.subtree.framework} framework-split:master" />
</target>

<!-- <!--
Top level easy to type targets Top level easy to type targets
--> -->
Expand Down

0 comments on commit 5eee58e

Please sign in to comment.