Re: [gitorious] password reset

2011-01-05 Thread Marius Mårnes Mathiesen
On Tue, Jan 4, 2011 at 10:41 PM, zid wrote: > My local gitorious install works great, but the password reset has never > worked. I'll include debug info below, but I've tried the post to change the > admin password, but using a user.save instead. It returns false. > > Is there a way to change a u

[gitorious] TemplateError on Side-by-side Diff

2011-01-05 Thread Sven Sporer
Hi, my Gitorious installation *sometimes* throws an ActionView::TemplateError when using the side by side diff rendering mode: ActionView::TemplateError (undefined method `[]' for nil:NilClass) on line #36 of app/views/commits/show.html.erb: 35: <%unless @commit.merge? -%> 36: <%= render_diff_

[gitorious] list in qt

2011-01-05 Thread moheb
i want to create new list format in qt.(example persian alpha) i study related files in qt source, but i can not understand numbering system how to work. for example in textedit when you press enter key, automatically successor number is created( iii after ii).how this happen? -- To post to this

[gitorious] public/private key issue

2011-01-05 Thread halley.z...@intel.com
I have a public/private key, it works well between my desktop PC; but when I try to use it on gitorious.org, it always fail. # here is my config file .ssh/config Host moblin-dev.sh.intel.com IdentityFile=~/.ssh/id_rsa_moblin-dev Host gitorious.org IdentityFile=~/.ssh/id_rsa_moblin-dev #

[gitorious] Re: TemplateError on Side-by-side Diff

2011-01-05 Thread Sven Sporer
> It would be helpful if I could pin down the cause for this error in > order to prevent these occasional hiccups. Sry, for replying to myself, however it seems like a broken memcached configuration is the source of those errors. I'll try to clarify this. -- To post to this group, send email to

Re: [gitorious] public/private key issue

2011-01-05 Thread Marius Mårnes Mathiesen
On Wed, Jan 5, 2011 at 10:32 AM, halley.z...@intel.com < halley.zhaoai...@gmail.com> wrote: > # here is the log for ssh > hal...@halley-lucid:~$ ssh -v -v hal...@gitorious.org Halley, You should use the `git` username when connecting to gitorious.org, ie. ssh -v g...@gitorious.org Cheers, -

RE: [gitorious] password reset

2011-01-05 Thread Matthew L. Bowman
I don’t see why the email is invalid? All accounts are experiencing the same problem. Or am I missing what you meant? I tried this to change the password with no luck, it returned false in the console. @admin = User.find_by_login("admin") @admin.password = "mynewpass" @admin.save I noti

RE: [gitorious] password reset

2011-01-05 Thread Matthew L. Bowman
I was able to change the password from the console with your advice. I‘ll try to look through the code more. Matt From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Marius Mårnes Mathiesen Sent: Wednesday, January 05, 2011 3:07 AM To: gitorious@googlegroups.co

[gitorious] Can't get git-daemon to start on boot.

2011-01-05 Thread Jarrod Roberson
I am actually suspending a VM and starting it back up. All my other processes start back up except the git-daemon process. here is what my start up script is set to [ro...@[dev] ~ dir /etc/init.d/git-daemon -rwxr-xr-x 1 git git 1.8K Nov 3 13:41 /etc/init.d/git-daemon here is what my chkconfig l

[gitorious] Snapshot Support

2011-01-05 Thread lin-unix
Does Gitorious support tarball snapshots on git repos? -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

Re: [gitorious] Snapshot Support

2011-01-05 Thread Marius Mårnes Mathiesen
On Thu, Jan 6, 2011 at 7:00 AM, lin-unix wrote: > Does Gitorious support tarball snapshots on git repos? Sure. If you find a commit/branch/tag that you want a snapshot of, find the link to its tree (something like http://gitorious.org/gitorious/mainline/trees/bfab7ec64fb4c5f607bb038ed80e670e6a3

Re: [gitorious] Can't get git-daemon to start on boot.

2011-01-05 Thread Marius Mårnes Mathiesen
On Thu, Jan 6, 2011 at 4:22 AM, Jarrod Roberson wrote: > Anyone have any idea how I can make this stay running after this > process? > Good question. I suppose suspending an instance won't change the runlevels, which would normally cause the service to be stopped/started on suspend/resume (?) May