Last change
on this file since 3396626a was
3396626a,
checked in by kytv <kytv@…>, 8 years ago
|
- new ant targets
- trimMtnRev: create a new property with the revision trimmed to 8 characters.
- getExtendedVersion: create a new property that includes the full version with the shortened MTN revision tacked on
- debchange: automatically update debian/changelog with the I2P version. Called by the "debian" target unless the property noAutoDebchange is set.
- debian-tarball: export i2p.i2p branch to a new directory, remove the binaries like jbigi and launch4j, and create a tarball.
- move packages created by "ant debian" to ${basedir}
- add debian/changelog to .mtn-ignore since it is now automatically updated (by default).
- add *.deb to .mtn-ignore
|
-
Property mode set to
100644
|
File size:
372 bytes
|
Line | |
---|
1 | # Just to try and prevent some noob disasters. |
---|
2 | # Use mtn add --no-respect-ignore foo.jar to ignore this ignore list |
---|
3 | _jsp\.java$ |
---|
4 | \.bz2$ |
---|
5 | \.tar$ |
---|
6 | \.class$ |
---|
7 | \.diff$ |
---|
8 | \.exe$ |
---|
9 | \.fba$ |
---|
10 | \.gz$ |
---|
11 | \.jar$ |
---|
12 | \.out$ |
---|
13 | \.patch$ |
---|
14 | \.sig$ |
---|
15 | \.sud$ |
---|
16 | \.su2$ |
---|
17 | \.tar$ |
---|
18 | \.war$ |
---|
19 | .\deb$ |
---|
20 | \.zip$ |
---|
21 | ^\. |
---|
22 | ^build |
---|
23 | ^pkg-temp/ |
---|
24 | ~$ |
---|
25 | /build |
---|
26 | /classes/ |
---|
27 | ^debian/copyright |
---|
28 | ^debian/changelog |
---|
29 | override.properties |
---|
30 | sloccount.sc |
---|
31 | ^reports/ |
---|
Note: See
TracBrowser
for help on using the repository browser.