Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize repository and documentation. Fix #22 #28

Merged
merged 1 commit into from
Mar 9, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
5 changes: 0 additions & 5 deletions related-plugins.txt

This file was deleted.