File: tracker-cc.README

package info (click to toggle)
gforge 4.5.14-22etch13
  • links: PTS
  • area: main
  • in suites: etch
  • size: 13,004 kB
  • ctags: 11,918
  • sloc: php: 36,047; sql: 29,050; sh: 10,538; perl: 6,496; xml: 3,810; makefile: 341; python: 263; ansic: 256
file content (24 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The tracker-cc.patch contains a patch to GForge that adds a CC: field to
each tracker item.  The CC: field is a list of project members that any
tracker technician can modify.  People on the CC: list will receive an
e-mail anytime the tracker item in question is updated.

To use:

$ cd /path/to/gforge/
$ patch -p0 < contrib/tracker-cc.patch
$ psql alexandria < db/tracker-cc.sql

To undo:

$ cd /path/to/gforge/
$ patch -R -p0 < contrib/tracker-cc.patch
$ psql alexandria
alexandria=# drop table tracker_cc;
DROP
alexandria=# \q


Contact:
Ryan T. Sammartino
ryants at shaw dot ca