~ubuntu-branches/ubuntu/oneiric/apex/oneiric

« back to all changes in this revision

Viewing changes to .git/hooks/post-update

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2010-01-04 20:24:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100104202421-xv4li9jarzof7mxq
Tags: 1.6.10ubuntu3
* Makefile: fix armel build failures by building with -marm;
  thx to ogra for this patch (LP:503090)
* usr/link.cc: fix "link.cc:236: error: invalid conversion from
  ‘const char*’ to ‘char*’" - use a copy rather than constant to do
  the parsing etc. (LP:503090)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
#
 
3
# An example hook script to prepare a packed repository for use over
 
4
# dumb transports.
 
5
#
 
6
# To enable this hook, make this file executable by "chmod +x post-update".
 
7
 
 
8
exec git-update-server-info