Skip to content

Commit

Permalink
cleaned up todos and idea list
Browse files Browse the repository at this point in the history
  • Loading branch information
mrimann committed May 18, 2012
1 parent adfd4f6 commit ee55dae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions FLOW3Distributor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,6 @@ Web/_Resources/*
EOF


# TODO Make it ask for and add a custom remote origin url:
#git remote add <wherever this repo is supposed to go> origin
# And then at the end of this script, push the resulting distro:
#git push origin

# TODO make it checkout a particular tag like FLOW3_1.0.4 or something.



# include the Admin package if it was requested before
if $pkg_admin; then
git submodule add git://github.com/mneuhaus/FLOW3-Admin.git Packages/Application/Admin
Expand Down
1 change: 1 addition & 0 deletions ideas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Priority "Would love to have that in"
Priority "May be"
-----------------
- send a nice greeting message to the author whenever this script is run :-)
- asking for the target, where this newly created distribution shall be pushed to (e.g. to directly publish it on github or the like)
- asking for the FLOW3 release (tag name) that should be taken to build the distribution instead of HEAD

0 comments on commit ee55dae

Please sign in to comment.