diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-07-07 08:31:51 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-07-07 08:31:51 +0200 |
| commit | 5e590903694ccec284fa5ea957f957c2209bbb2a (patch) | |
| tree | 83b0f396b4e21f0a11b6922ce4f90c6b334fef5d /src/phorkie/Repository/Post.php | |
| parent | b24fac91c5745ab9224f4727800367a4bdbc8af5 (diff) | |
| download | phorkie-5e590903694ccec284fa5ea957f957c2209bbb2a.tar.gz phorkie-5e590903694ccec284fa5ea957f957c2209bbb2a.zip | |
update-server-info on git pushes and forks
Diffstat (limited to 'src/phorkie/Repository/Post.php')
| -rw-r--r-- | src/phorkie/Repository/Post.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phorkie/Repository/Post.php b/src/phorkie/Repository/Post.php index cf07b73..5a450b1 100644 --- a/src/phorkie/Repository/Post.php +++ b/src/phorkie/Repository/Post.php @@ -152,6 +152,7 @@ class Repository_Post ->setOption('message', "$notes") ->execute(); //update info for dumb git HTTP transport + //the post-update hook should do that IMO, but does not somehow $vc->getCommand('update-server-info')->execute(); $bChanged = true; |
