Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2015-04-29 12:44:13 -04:00
commit c205d58018
2 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,26 @@
[[!comment format=mdwn
username="http://rfhbuk.pip.verisignlabs.com.pip.verisignlabs.com/"
nickname="rfhb"
subject="comment 2"
date="2015-04-29T15:45:34Z"
content="""
Thank you. I was wondering about the URL as flagged above. When I specify the URL as I did, the git commands work but when I change it to ssh://git@gitlab.com:/~/gitlabname/reponame.git, git command fails with
> git push encrypted master
gcrypt: Development version -- Repository format MAY CHANGE
gcrypt: Repository not found: ssh://git@gitlab.com:/~/gitlabname/reponame.git
gcrypt: Setting up new repository
gcrypt: Remote ID is :id:xxxxxxxxxxxxxxxxx
Counting objects: 3, done.
Total 3 (delta 0), reused 0 (delta 0)
gcrypt: Encrypting to: --throw-keyids --default-recipient-self
gcrypt: Requesting manifest signature
.... passphase entered ...
GitLab: No such project
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: failed to push some refs to 'gcrypt::ssh://git@gitlab.com:/~/gitlabname/reponame.git'
So perhaps I need to investigate how to get gcrypt to work with remote git(lab) repositories. Thanks.
"""]]

View file

@ -0,0 +1,31 @@
### Please describe the problem.
The [podcasts page](https://git-annex.branchable.com/tips/downloading_podcasts/) mentions that you should be able to use `git annex importfeed` on youtube playlists, however, that doesn't seem to work (or I am using it incorrectly).
For example:
» git annex importfeed --fast "https://www.youtube.com/playlist?list=PLz8YL4HVC87X3tYVYOjOLzSasPwgUsMPT"
(checking known urls...)
importfeed https://www.youtube.com/playlist?list=PLz8YL4HVC87X3tYVYOjOLzSasPwgUsMPT
/var/folders/kb/fplmcbhs4z52p4x59cqgm4kw0000gn/T/f [ <=> ] 460.08K 1.87MB/s in 0.2s
warning: bad feed content
ok
### What steps will reproduce the problem?
1. Enter a git annex repository
2. Attempt to import a youtube playlist feed (see command above) with `--fast`
### What version of git-annex are you using? On what operating system?
» git annex version
git-annex version: 5.20150205
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA TorrentParser
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL
remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
local repository version: 5
supported repository version: 5
upgrade supported from repository versions: 0 1 2 4
This is on Mac OSX 10.10.3, with git-annex installed via homebrew