public
Description: A sinatra app to log your GitHub commits with FogBugz
Clone URL: git://github.com/johnreilly/github-fogbugz.git
Search Repo:
Added documentation in the example config.yml.
francois (author)
Fri Jun 06 07:24:31 -0700 2008
commit  add64682c94bf829cf9cad53639f4d17daca8bee
tree    ae0e630e1512494b5c84cd6e68d82de7674bedd1
parent  cf05a8a4ea0f22781695e0926505c26d622c18aa
...
 
 
 
 
 
 
1
 
 
2
 
 
3
 
 
 
 
 
 
 
4
5
6
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0
@@ -1,6 +1,23 @@
0
+# GithubFogbugz configuration file
0
+# ================================
0
+#
0
+# Setup your github-fogbugz integration through this configuration file.
0
+#
0
+# The URL to the cvsSubmit.[php|asp] file on your server. This is to add the list of changed files to the cases.
0
 fb_submit_url: "http://fogbugz.server.com/cvsSubmit.php"
0
+
0
+# The URL to the root of your FogBugz installation.
0
 fb_main_url: "http://fogbugz.server.com/"
0
+
0
+# The path to the Curl binary. Curl is used because of issues with SSL in Ruby's libraries.
0
 curl: "/usr/bin/curl"
0
+
0
+# A list of repositories that are known to your FogBugz installation.
0
+# Each repository is identified by a name and has 2 values: log_url and diff_url.
0
+# The repository's name must match the value given in the sRepos field of your FogBugz installation.
0
+#
0
+# See the FogBugz section in README.markdown for the details of how to setup your urls.
0
+# The examples below will get you started.
0
 repos:
0
   cvs:
0
     log_url: "http://cvs.server.com/viewcvs.cgi/^FILE?rev=1.1&view=log"

Comments

    No one has commented yet.