From 55e2b299f0c2ee0b5350addc32522a7661f5f53a Mon Sep 17 00:00:00 2001 From: Ryan Schneider <rschneider@salsalabs.com> Date: Mon, 21 Jan 2013 14:48:49 -0500 Subject: [PATCH] removed reference to my testing domain with a generic one --- distrib/groovy/fogbugz.groovy | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/groovy/fogbugz.groovy b/distrib/groovy/fogbugz.groovy index 593feef..4c19d3d 100644 --- a/distrib/groovy/fogbugz.groovy +++ b/distrib/groovy/fogbugz.groovy @@ -55,7 +55,7 @@ * The purpose of this script is to invoke the Fogbugz API and update a case when * push is received based. * - * Example URL - http://bugs.salsalabs.com/fogbugz/cvsSubmit.asp?ixBug=bugID&sFile=file&sPrev=x&sNew=y&ixRepository=206 + * Example URL - http://bugs.yourdomain.com/fogbugz/cvsSubmit.asp?ixBug=bugID&sFile=file&sPrev=x&sNew=y&ixRepository=206 * * The Post-Receive hook is executed AFTER the pushed commits have been applied * to the Git repository. This is the appropriate point to trigger an @@ -92,7 +92,7 @@ * def myCustomField = repository.customFields.myCustomField * * Cusom Fileds Used by This script - * fogbugzUrl - base URL to Fogbugz (ie. https://bugs.salsalabs.com/fogbugz/) + * fogbugzUrl - base URL to Fogbugz (ie. https://bugs.yourdomain.com/fogbugz/) * fogbugzRepositoryId - (ixRepository value from Fogbugz Source Control configuration screen) * fogbugzCommitMessageRegex - regex pattern used to match on bug id */ -- Gitblit v1.9.1