summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-03 16:05:28 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-03 16:05:28 +0100
commite7ccf5d177ca6d76d367e8cde78db37289a30530 (patch)
treefc5e6e2d1883846b5f954c0385135d21a62a482e /bin
parenteac9d84cf873bd76912c46864737d0ed596a9d3e (diff)
downloadgitano-e7ccf5d177ca6d76d367e8cde78db37289a30530.tar.gz
BIN: Use repo:populate_tags() in gitano-update-hook
Diffstat (limited to 'bin')
-rw-r--r--bin/gitano-update-hook3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/gitano-update-hook b/bin/gitano-update-hook
index fd9980c..7801961 100644
--- a/bin/gitano-update-hook
+++ b/bin/gitano-update-hook
@@ -76,13 +76,12 @@ end
-- Prepare an update operation
local tags = {
- ["gitano/repository"] = repo.name,
["gitano/source"] = source,
["gitano/ref"] = refname,
["gitano/oldsha"] = oldsha,
["gitano/newsha"] = newsha,
}
-
+repo:populate_tags(tags)
gitano.config.populate_tags(config, tags, username)
-- Attempt to work out what's going on regarding the update.