Indefero

Indefero Commit Details


Date:2010-10-14 14:25:25 (14 years 2 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:2c4f2d3037029f9b0612adc1ecf5aa1d29ced9dc
Parents: 07aec736f5dfd12911d928ed0e8ad3eb01b284d6
Message:$tempfoo was of course not set - lets use a static path prefix here for simplicity

Changes:

File differences

scripts/mtn-post-push
1515
1616
1717
18
19
18
2019
2120
2221
SCRIPTDIR="$res/$(readlink $0)"
PHP_POST_PUSH=$SCRIPTDIR/mtnpostpush.php
base=$(basename "$0")
TMPFILE=$(mktemp /tmp/${tempfoo}.XXXXXX) || exit 1
TMPFILE=$(mktemp /tmp/mtn-post-push.XXXXXX) || exit 1
while read rev; do echo $rev >> $TMPFILE; done
echo php $PHP_POST_PUSH "$1" \< $TMPFILE \&\& rm -f $TMPFILE |\

Archive Download the corresponding diff file

Page rendered in 0.07795s using 13 queries.