Remove obsolete HACKING file.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b1c8e424 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b1c8e424 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b1c8e424 Branch: refs/heads/trunk Commit: b1c8e424463920ff6ef1b25c4af1abb17a18770b Parents: 0aa35a5 Author: Tomaz Muraus <[email protected]> Authored: Fri Oct 18 14:55:27 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Oct 18 14:55:27 2013 +0200 ---------------------------------------------------------------------- HACKING | 74 -------------------------------------------------------- MANIFEST.in | 1 - 2 files changed, 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b1c8e424/HACKING ---------------------------------------------------------------------- diff --git a/HACKING b/HACKING deleted file mode 100644 index c43a415..0000000 --- a/HACKING +++ /dev/null @@ -1,74 +0,0 @@ -General Information -=================== - * URL: http://libcloud.apache.org/libcloud/devinfo.html - -Git Repositories -=================== - * Official Git Mirror: git://git.apache.org/libcloud.git - * Github Mirror: git://github.com/apache/libcloud.git - -Using The Git-SVN Bridge (For Committers) -========================================= - - $ git clone git://git.apache.org/libcloud libcloud - $ cd libcloud - - $ curl http://git.apache.org/authors.txt > .git/authors.txt - $ git config svn.authorsfile ".git/authors.txt" - - # Optionally, set your Apache commiter info, if different from global - $ git config user.name "Your Name" - $ git config user.email "[email protected]" - - $ git svn init \ - --prefix=origin/ \ - --tags=tags \ - --trunk=trunk \ - --branches=branches \ - https://svn.apache.org/repos/asf/incubator/libcloud - - $ git svn rebase - - To push commits back to SVN: - $ git svn dcommit - -Testing -======= - - To run the libcloud test suite you need to have the following extra - dependencies installed: - - * mock (pip install mock) - * coverage (pip install coverage) - you only need this library if you - want to generate a test coverage report - - Libcloud includes an example secrets.py file at: - test/secrets.py-dist - - To run the test cases, you most likely want to run: - $ cp test/secrets.py-dist test/secrets.py - - This is done to prevent accidental commits of a developers provider credentials. - - To run all suites: - - libcloud$ python setup.py test - running test - ................................................................................................ - ---------------------------------------------------------------------- - Ran 96 tests in 0.182s - - OK - - To run specific tests: - - libcloud$ PYTHONPATH=. python test/compute/test_base.py - ....... - ---------------------------------------------------------------------- - Ran 7 tests in 0.001s - - OK - - To generate test coverage report run: - - libcloud$ PYTHONPATH=. python setup.py coverage http://git-wip-us.apache.org/repos/asf/libcloud/blob/b1c8e424/MANIFEST.in ---------------------------------------------------------------------- diff --git a/MANIFEST.in b/MANIFEST.in index c7a0554..72c786d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,6 @@ include DISCLAIMER include example_*.py include CONTRIBUTORS include CHANGES -include HACKING include RELEASING include README include tox.ini
