[Pkg-owncloud-commits] [python-owncloud] branch master updated (d635a76 -> 13442b9)

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a change to branch master
in repository python-owncloud.

      from  d635a76   Removed boilerplate from debian/rules
       new  e6e131b   Initial commit
       new  ff11a63   initial commit
       new  0b4cbf4   version.* : We now have version numbers. csync.py: added config file option, cmd line stuff, etc. README: added some help stuff csynclib.py: added an awful way to hopefully locate the shared library libocsync.
       new  7b76f54   UGH GIT! you confuzzle me so!!! the rest of the files… :)
       new  d7f8b61   pretty much a bare-bones working CLI in python :)
       new  56bf69a   fixed documentation to display right I hope.
       new  77cb782   formatting changes in README
       new  3948742   Add must be less than python 3 for requirement
       new  21fe5ce   added a bunch of debugging info.
       new  f846d82   issue #1, catch user/password problems and tell the user
       new  165cedd   fix issue #3, add /usr/lib64/libocsync.so.0 to the path searched by csynclib
       new  b32712b   Spelling Fix
       new  4eab811   Fix wrong description for -c option.
       new  bd844e6   Fix README.md regarding previous typo and description fixes.
       new  50a3828   Merge pull request #4 from Weuxel/master
       new  1eed230   a disclaimer, and a note about libocsync versions.
       new  f6f052c   Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
       new  807215d   --debug now sanitizes the printing of passwords, more error messages
       new  47ebf6b   issue #3, fix library location issues
       new  7e0543a   issue #6, fix the url option in the cfg file, add more debugging for cfg files
       new  981bae0   issue #6, fix the url option in the cfg file..maybe
       new  382fb96   issue #6, fix the url option in the cfg file..maybe
       new  827646e   issue #6 added moreUI stuff
       new  c6a788b   Fixing URL config file example
       new  4e3f88e   Reset after broken README.md
       new  ba1ac7b   Some more spelling fixes.
       new  bfb3f6f   Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
       new  74f8844   Trying to fix README.md
       new  4d8374f   Minor spelling fixes.
       new  710374c   Markdown fix..
       new  83ccd6f   Release 0.2
       new  3369c59   issue #7, if you do not specify a password, it will prompt you for it. also username has a useful default now.
       new  1ca35b4   Added Changelog, release 0.2 for sure! :)  Thanks Weuxel and duck!
       new  e229cbb   Added that it's being used.
       new  6f4c2c6   Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
       new  7270c48   starting to build a setup.py file and treat as a package
       new  857060a   Documented that you can now specify -p without diirectly providing the password; you'll get asked for it.
       new  7de1247   Merge pull request #9 from diederikdehaas/master
       new  6ed982f   Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
       new  bc7a380   The start of moving csyinc into a package, and having setup.py create a script for us. So that it can be 'installed', and can be pushed into PyPi, and be pip installable :)
       new  87dbca7   Fixed the call to ctypes's find_library function.
       new  0764f48   Merge pull request #10 from diederikdehaas/fix_find_libocsync
       new  efbfd7b   Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
       new  265dcd3   License/Copyright
       new  bb40d00   fix typo setup.py,
       new  7cb358a   Added installation instructions.
       new  914217a   formatting errors fixed?
       new  297226e   Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
       new  472f835   Adding LICENSE file
       new  236d463   using Python Keyring Lib to store password in a safe manner.
       new  002d71e   Merge pull request #15 from hefee/keyring
       new  5c32717   issue #17, moved to sslfingerprint, apparently case sensitivity is an issue in the cfg file.  blah.
       new  79e9d33   issue 13, I was a moron and forgot the version files :P
       new  1dd757b   issue #17, update readme.
       new  de5927d   Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
       new  f165da4   Update README.md
       new  0496ab2   changed the discussion place off of google Groups
       new  2c11e35   Fixed some typos.
       new  1872247   removes unnecessary print command.
       new  a9c01fd   Creating a better setup.py
       new  54b1afc   Makes pyOwnCloud installable and detect the correct version number.
       new  0b9cb55   Merge pull request #18 from csawyerYumaed/installation
       new  3e6991a   issue 20, check to see if we are in a .git directory before launching git for the head revision.
       new  8bfc71f   issue 20, debug printing will only password safe the password if it's there to begin with.
       new  bb88037   Make keyring not to use as default.
       new  29c9b8a   Merge pull request #21 from csawyerYumaed/keyring
       new  5e74a46   adding use-keyring parameter to Readme.md
       new  2d562d5   whatever
       new  b8582bc   Revert "whatever"
       new  8537d04   This should fix all the version issues we were having.
       new  b3e8cdd   issue #22, fix copyright file to match LICENSE file, and stick with GPL-2 only.
       new  2065551   Per mailing list, change the binary name to be 'oclient'.
       new  ec502ee   updated the CHANGELOG, so we are closer to a 0.3 release :)
       new  df4f744   issue #22, license file fixed.
       new  ff3b051   adding manpage for csync
       new  e1d0c87   one typo
       new  605753c   renaming to oclient
       new  d1a0ad6   Merge pull request #23 from csawyerYumaed/manpage
       new  bc08bc1   Replaced distribute_setup.py with the latest from http://python-distribute.org/distribute_setup.py.
       new  04760db   Merge pull request #24 from csawyerYumaed/update_distribute_version
       new  2ae8832   fixing use-keyring is required, was not found in cfg file or on cmd line.
       new  e0a1ab6   Merge pull request #27 from csawyerYumaed/fix-use-keyring
       new  f5356de   pull down min version of distribute to 0.6.21
       new  4e79ce9   add 0.70.5 to tested versions of libocsync
       new  c4c72fc   Merge pull request #29 from csawyerYumaed/tested_versions
       new  23862cd   Right parsing of argument parameters and the cfg
       new  13190ce   Merge pull request #30 from csawyerYumaed/issue_28
       new  a160ee0   Revert "Replaced distribute_setup.py with the latest from http://python-distribute.org/distribute_setup.py."
       new  0659020   0.3 release!
       new  e8d6ee9   forgot to update the CHANGELOG file.
       new  5b90e20   version.dat update.
       new  83bc7f9   Merge remote-tracking branch 'upstream/master'
       new  0386db4   Fixed typos in CHANGELOG.
       new  aba81c6   Revert "Revert "Replaced distribute_setup.py with the latest from http://python-distribute.org/distribute_setup.py.""
       new  da23e59   Merge tag 'v0.3'
       new  13442b9   Added debian/gbp.conf

The 96 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/gbp.conf |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 debian/gbp.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list