Commit Graph

6 Commits

Author SHA1 Message Date
Kevin Ballard 83fff61b6a Always build in the project-relative build/ folder with rake build_app 2008-12-15 18:05:24 +01:00
Martin Svangren 41154efa15 Rakefile: Fixed broken copy in install_app
Seems like File.copy doesn't do directories (as source, that is),
only files (as far as I can tell from reading the docs and trying
it in irb, punch me if I'm wrong). It only creates a zero byte file
in the target directory on my system.

Replaced File.copy with a system call to 'cp -R ...' to do the job.
Seems like FileUtils could have done it just as well (with cp_r),
but I figured making a system call was better than introducing a
new dependency.
2008-12-02 00:04:40 +01:00
Pieter de Bie 23b5cb2d7b Update Rakefile with upload task 2008-10-21 16:18:30 +02:00
Pieter de Bie 58dd5e183e Modify Rakefile to allow to publish stable releases 2008-08-27 23:10:09 +02:00
Pieter de Bie 072de9bbbd Add a create_zip Rake task
This makes it easier for me to release new versions.
2008-08-19 01:11:30 +02:00
dbr 8eb76f1386 Add Rakefile tasks for (un)install
Added Rakefile that does install and uninstall.

Also providded are sub-tasks that do things like build GitX, copy it to
~/Applications/ or /Applications/, cleaning the build and removing GitX.app

Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
2008-08-14 20:57:29 +02:00