#860 Hosting request for collie
Closed: Fixed None Opened 15 years ago by nstraz.

Project name: collie

Project short summary: The collie test driver

SCM choice (git/hg/svn): git

Importing from another SCM? If yes, which?

Yes, migrating internal Red Hat svn repo to git.

Project admin Fedora Account System account name:

nstraz, djansa

Trac Instance? (Yes/No) Yes


Do you have a tar of the source which i can import into the git repo or would you like me to create a blank repo?

A blank repo is fine. I can push the tree. How do I update the description of the repo?

This is done: Trac available at:https://fedorahosted.org/collie

GIT repo is at:

git://git.fedorahosted.org/collie.git
ssh://git.fedorahosted.org/git/collie.git
http://git.fedorahosted.org/git/collie.git

Please let me know if everything is working ok.

Thanks.

A few problems:
- I can't see my git tree under "Browse Source"
- How do I update the description on git.fedorahosted.org?

Replying to [comment:5 nstraz]:

A few problems:
- I can't see my git tree under "Browse Source"
Are you sure?, I can see your source under Browse Source
The direct url is https://fedorahosted.org/collie/browser
- How do I update the description on git.fedorahosted.org?
Do a git checkout and update the .git/description file and commit.

Replying to [comment:6 huzaifas]:

Replying to [comment:5 nstraz]:

A few problems:
- I can't see my git tree under "Browse Source"
Are you sure?, I can see your source under Browse Source

I figured out the difference between the direct git url and the setting in Trac admin and fixed it. I neglected to update the ticket.

The direct url is https://fedorahosted.org/collie/browser

  • How do I update the description on git.fedorahosted.org?
    Do a git checkout and update the .git/description file and commit.

I'm not clear on how to update something .git so I can push it. Do I need to clone first? I have it changed in my repo, but it did not update when I pushed a new commit. An explicit list of steps would be greatly appreciated.

Replying to [comment:7 nstraz]:

Replying to [comment:6 huzaifas]:

Replying to [comment:5 nstraz]:

A few problems:
- I can't see my git tree under "Browse Source"
Are you sure?, I can see your source under Browse Source

I figured out the difference between the direct git url and the setting in Trac admin and fixed it. I neglected to update the ticket.

The direct url is https://fedorahosted.org/collie/browser

  • How do I update the description on git.fedorahosted.org?
    Do a git checkout and update the .git/description file and commit.

I'm not clear on how to update something .git so I can push it. Do I need to clone first? I have it changed in my repo, but it did not update when I pushed a new commit. An explicit list of steps would be greatly appreciated.

Ok try doing this
1. git clone
2. cd .git/description
3. commit
This should work

ping?
I can set the description if you want

Please set it to this:

collie - A tool to describe, run and log test scenarios.

Done.
The changes can be seen at:
http://git.fedorahosted.org/git/?p=collie.git;a=summary

Let me know if you need anything else.

Login to comment on this ticket.

Metadata