Skip to content

Commit

Permalink
Merge pull request #28 from whimboo/reorg
Browse files Browse the repository at this point in the history
Reorganize repository and documentation. Fix #22
  • Loading branch information
whimboo committed Mar 9, 2012
2 parents 520451a + b038cc2 commit 1ec0afe
Show file tree
Hide file tree
Showing 47 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{8620c15f-30dc-4dba-a131-7c5d20cf4a29}
*.xpi
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Nightly Tester Tools is an addon for aiding testers of nightly builds of Mozilla
# Install
You can install the latest stable NTT from [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/6543/). To install for development, clone the repo:

git clone git://github.com/mozautomation/nightlytt.git
git clone git://github.com/mozilla/nightlytt.git

then add a file titled '{8620c15f-30dc-4dba-a131-7c5d20cf4a29}' to the "extensions" directory in your [profile folder](http://kb.mozillazine.org/Profile_folder) with the text:

Expand All @@ -24,8 +24,12 @@ or whatever the path to your nightlytt folder is.
To bundle the extension into an xpi for distribution, run this command to get a `nightlytt.xpi` file:

```
zip -r nightlytt.xpi * -x@zipexclude.lst
cd extension; zip -r ../nightlytt.xpi * -x@../zipexclude.lst; cd ..
```

# Development
All bugs are reported to the Nightly Tester Tools component at bugzilla.mozilla.org. [bug list](https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&component=Nightly%20Tester%20Tools&product=Other%20Applications), [file a bug](https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&component=Nightly%20Tester%20Tools). Check out [the wiki](https://wiki.mozilla.org/Auto-tools/Projects/NightlyTesterTools) for a list of current and proposed features and feel free to file bugs and submit patches.
All bugs are reported to the Nightly Tester Tools component at bugzilla.mozilla.org. [bug list](https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&component=Nightly%20Tester%20Tools&product=Other%20Applications), [file a bug](https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&component=Nightly%20Tester%20Tools). Check out [the wiki](https://wiki.mozilla.org/Auto-tools/Projects/NightlyTesterTools) for a list of current and proposed features and feel free to file bugs and submit patches.

# Related Add-ons:
* [Screengrab](https://addons.mozilla.org/en-US/firefox/addon/1146/)
* [Add-on Compatibility Reporter](https://addons.mozilla.org/en-US/firefox/addon/15003/)
2 changes: 1 addition & 1 deletion LICENSE → extension/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tri-license (MPL/GPL/LGPL) unless otherwise specified.

The MPL is available at http://www.mozilla.org/MPL/MPL-1.1.html

The source code is available on request from dtownsend@oxymoronical.com
The source code is available at: https://github.com/mozilla/nightlytt/
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions related-plugins.txt

This file was deleted.

0 comments on commit 1ec0afe

Please sign in to comment.