]> source.dussan.org Git - gitblit.git/commitdiff
removed reference to my testing domain with a generic one 67/head
authorRyan Schneider <rschneider@salsalabs.com>
Mon, 21 Jan 2013 19:48:49 +0000 (14:48 -0500)
committerRyan Schneider <rschneider@salsalabs.com>
Mon, 21 Jan 2013 19:48:49 +0000 (14:48 -0500)
distrib/groovy/fogbugz.groovy

index 593feeffb01f54785178688ffabc3f473d9650d7..4c19d3daee65eb97dce759d7d77d85ec69c66d70 100644 (file)
@@ -55,7 +55,7 @@ import java.util.HashSet;
  * The purpose of this script is to invoke the Fogbugz API and update a case when\r
  * push is received based.\r
  * \r
- * Example URL - http://bugs.salsalabs.com/fogbugz/cvsSubmit.asp?ixBug=bugID&sFile=file&sPrev=x&sNew=y&ixRepository=206\r
+ * Example URL - http://bugs.yourdomain.com/fogbugz/cvsSubmit.asp?ixBug=bugID&sFile=file&sPrev=x&sNew=y&ixRepository=206\r
  * \r
  * The Post-Receive hook is executed AFTER the pushed commits have been applied\r
  * to the Git repository.  This is the appropriate point to trigger an\r
@@ -92,7 +92,7 @@ import java.util.HashSet;
  *   def myCustomField = repository.customFields.myCustomField\r
  * \r
  * Cusom Fileds Used by This script\r
- *   fogbugzUrl - base URL to Fogbugz (ie. https://bugs.salsalabs.com/fogbugz/)\r
+ *   fogbugzUrl - base URL to Fogbugz (ie. https://bugs.yourdomain.com/fogbugz/)\r
  *   fogbugzRepositoryId - (ixRepository value from Fogbugz Source Control configuration screen)\r
  *   fogbugzCommitMessageRegex - regex pattern used to match on bug id\r
  */\r