~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to misc/dashboard/godashboard/const.py

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý, Ondřej Surý, Michael Stapelberg
  • Date: 2012-06-28 12:14:15 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120628121415-w1b0076ixkarr1ml
[ Ondřej Surý ]
* Imported Upstream version 1.0.2
* Update Vcs fields to reflect new git repository location
* Kill get-orig-source, since 1.0.0, the tarballs can be downloaded
  from webpage

[ Michael Stapelberg ]
* golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)
* Add manpages (Closes: #632964)
* Use updated pt.po from Pedro Ribeiro (Closes: #674958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2011 The Go Authors. All rights reserved.
2
 
# Use of this source code is governed by a BSD-style
3
 
# license that can be found in the LICENSE file.
4
 
 
5
 
mail_from           = "Go Dashboard <builder@golang.org>"
6
 
mail_submit_to      = "adg@golang.org"
7
 
mail_submit_subject = "New Project Submitted"