summaryrefslogtreecommitdiff
path: root/launch_here.rb
AgeCommit message (Collapse)Author
2023-09-25fix: update deprecated git optionHendrik Jäger
2013-12-06launch_here: fixed shebangMatthias Hecker
2010-06-28Version 0.9.15Giuseppe Bilotta
2009-01-31launch_here: be more compatible with git < 1.5.xGiuseppe Bilotta
People living in the stone age (e.g. those stuck using Debian stable) still have git 1.4.4.4, which doesn't support git log --pretty=format. So we parse the git log --pretty=raw format instead, which should be available even on such older systems. For the same reason, parse git diff-index --stat instead of git diff --shortstat.
2009-01-23launch_here: rewrite git revision retrievalGiuseppe Bilotta
Use low-level ('plumbing') git commands to retrieve the current commit/revision/work tree status when we're being launched from a git tree. This is faster (less shell escapes) and should work equally well with all git versions (past, present and future).
2009-01-23launch_here: add commit subject rather than svn id to revisionGiuseppe Bilotta
There are no git-svn-ids in our repository, so don't look for them. Instead, put the last commit subject next to the revision to ease identification of the commit.
2008-10-17Start working on 0.9.15Giuseppe Bilotta
2008-10-16Version 0.9.14Giuseppe Bilotta
2008-10-16Version rbot-0.9.14Giuseppe Bilotta
2008-09-04launch_here: fix svn version codepathGiuseppe Bilotta
'up' was a leftover variabled since the code was in bin/rbot. Use SCM_DIR instead.
2008-09-02Version 0.9.13Giuseppe Bilotta
2008-08-09Start working on 0.9.13Giuseppe Bilotta
2008-08-08Version 0.9.12Giuseppe Bilotta
2008-07-29Start working on 0.9.12Giuseppe Bilotta
2008-07-24Version 0.9.11Giuseppe Bilotta
2008-07-18Version 0.9.11-rc3Giuseppe Bilotta
2008-07-10Version 0.9.11-rc2Giuseppe Bilotta
2008-07-01Version 0.9.11-rc1Giuseppe Bilotta
2008-06-20* directory independent launch_here.rb: 3rd attemptdmitry kim
2008-06-11* launch_here.rb: patch $0 to make restart workdmitry kim
2008-06-11* launch_here.rb should be runnable from any directorydmitry kim
2008-03-12* we're now "git version", not "svn version" by defaultdmitry kim
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2006-10-19Improve launch_here script with the suggestions from ticket #112Giuseppe Bilotta
2006-08-04Whoops.. removed the automatic adding of --debug. :)Chris Gahan
2006-08-04A little handy script that launches the rbot daemon from this directory (no ↵Chris Gahan
need to install it!)