Postponed
Project:
Git on Drupal.org
Component:
Tests
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Jan 2011 at 01:16 UTC
Updated:
7 Apr 2011 at 03:33 UTC
Jump to comment: Most recent file
These are the URLs that are supposed to work for git cloning (I am not sure that they do):
During Testing:
Anonymous user:
git://git-dev.drupal.org/project/[project].git
http://git-dev.drupalcode.org/project/[project].git
Auth user:
password:
ssh://[user]@git-dev.drupal.org:2222/project/[project].git
pubkey:
ssh://[user]@git-dev.drupal.org:2222/project/[project].git
Anonymous user:
git://git.drupal.org/project/[project].git
http://git.drupal.org/project/[project].git
Auth user:
password:
[user]@git.drupal.org/project/[project].git
pubkey:
[user]@git.drupal.org/project/[project].git
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | auth combinatorics matrix.pdf | 61.77 KB | eliza411 |
Comments
Comment #1
git-vetted commentedany additional cases? should I expand it to test wrong keys, passwords and other user misconceptions :?
Comment #2
git-vetted commentedReminder:
- current d.o. projects.
- sandbox projects.
- new full projects.
Comment #3
eliza411 commentedYou bet! Right now, I am focused right now on what must work to open testing, so that taking the "right" path leads to success. I appreciate you filling in the negative space.
Comment #4
aspilicious commentedhttp://git-dev.drupalcode.org/project/[project].git isn't working yet!
Comment #5
eliza411 commentedI'm attaching a matrix @sdboyer created while we were testing ssh cloning manually last night which may help inform writing tests.
Comment #6
ilo commentedSo, I'm ok for writting the tests now, however I need a clear list of urls or cases to be included. According to the issue these are my known urls:
(using 'git.drupal.org', right?)
For anonymous:
git://git.drupal.org/project/[project].git
http://git.drupal.org/project/[project].git
Auth user:
password: [user]@git.drupal.org/project/[project].git
pubkey: [user]@git.drupal.org/project/[project].git
The sandox project url can be also tested?
Comment #7
eliza411 commentedProject
ssh://user411@git-testing.drupal.org:/project/ctools.git
http://git-testing.drupalcode.org/project/ctools.git
Sandbox
ssh://user411@git-testing.drupal.org:/sandbox/merlinofchaos/ctools.git
http://git-testing.drupalcode.org/sandbox/merlinofchaos/ctools.git
Note: this morning, first thing, ssh urls will lose the non-standard :/ in favor of just a colon.
ssh://user411@git-testing.drupal.org:project/ctools.git
ssh://user411@git-testing.drupal.org:sandbox/merlinofchaos/ctools.git
In production, the url will be git.drupal.org
Comment #8
eliza411 commentedComment #9
eliza411 commentedUnassigning ... writing tests is something the project can really use, so assign this to yourself if you're interested.