Re: [gitorious] stomp and soft link to repositories folder?

2011-04-29 Thread Yngve Inntjore Levinsen
On Thursday 28 April 2011 08:31:04 AM Marius Mårnes Mathiesen wrote:
> On Wed, Apr 27, 2011 at 8:41 PM, Yngve Levinsen 
> wrote:
> 
> > This seemed to work, but when I pushed to the server I got the
> > following result:
> > $ git push origin master
> > Counting objects: 5, done.
> > Writing objects: 100% (3/3), 264 bytes, done.
> > Total 3 (delta 0), reused 0 (delta 0)
> > remote: /opt/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/
> > custom_require.rb:29:in `gem_original_require': no such file to load
> > -- stomp (LoadError)
> > remote: from /opt/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/
> > custom_require.rb:29:in `require'
> > remote: from ./hooks/messaging.rb:23
> > remote: from hooks/post-receive:23:in `require'
> > remote: from hooks/post-receive:23
> > To git@192.168.0.2:test/test.git
> > 291a4f6..a3f3a26 master -> master
> >
> 
> This sounds like a path issue, did you move the repositories/ folder only or
> the Ruby installation directory too? You could try running `bundle install`
> from the Gitorious root to make sure the required libraries are present
> where Gitorious expects to find them.
> 
> Cheers,
> - Marius
> 
> 

Hi,

I only moved the repositories folder back in place and then the error 
disappeared. Before I tried that I had tried several other things to get the 
error go away (or more correctly, trying to understand the Ruby world as I 
haven't used it before). As you I also thought I had managed to screw up my 
ruby installation somehow (and perhaps I did).

Cheers,
Yngve

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] flattr button on gitorious

2011-05-04 Thread Yngve Inntjore Levinsen
Hi,

Would it be possible for you to add a flattr button on the gitorious.org front 
page? I find it a very nice way to support the projects I use and appreciate, 
and gitorious is on the list of projects I'd very much like to flattr! ;)

Cheers,
Yngve

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] mail configuration

2011-06-16 Thread Yngve Inntjore Levinsen
Dear developers,

In some magic way I suddenly managed to set up sendmail to work on my server. I 
am now trying to configure so that the links created in the mail are sensible. 
The mail now looks as follows:

> Hello testyngve,
> 
> someone, most likely you...
> 
> Follow this link...:
> https://111.111.1.111/users/reset_password/asdff23lf9332l
> 
> If you believe ... report it to us via https://111.111.1.111/contact
> 
> 
> Thank you
> 
> https://111.111.1.111

A few problems here. The most significant is that I do not use https yet (dunno 
how to get that working?), and the default port is not gitorious. Hence I would 
like to replace
 https://111.111.1.111 -> http://111.111.1.111:3000
so that the links are correct. The second, which is of less importance, is that 
it says "Thank you" and then my IP. I would like to replace that with e.g. the 
"gitorious_support_email". I tried to fix that last part in 
app/views/mailer/forgotten_password.html.erb, but that did not seem to do 
anything. I also tried to set the "ActionMailer::Base.default_url in 
config/environments/production.rb to http, but that neither seemed to have an 
effect. I tried a simple restart of the server, should I do something else as 
well? Or am I just doing it plain wrong?

Thanks in advance for any guidance!

Best Regards,
Yngve

-- 
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] mail configuration

2011-06-23 Thread Yngve Inntjore Levinsen
 Torsdag 23 juni 2011 08.30.06 skrev Marius Mårnes Mathiesen :
> In that case you should explicitly disable SSL, in config/gitorious.yml:
>   use_ssl: true
> 
Ah, thanks! I did not have that option included in my configuration script. 
Works like you said.
> 
> 
> IIRC, most of the emails are sent by the poller script, not the web app
> itself. So you'll need to restart that as well.
Aha, did not know that. I'm completely new to RoR, so learning as I go along. 
Very easy to read the scripts though, considering I don't know the language... 
Thanks again!

Where is the @url generated which is used in e.g. the forgotten_password mail?

Cheers,
Yngve

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] wiki automatically using install/readme files?

2011-10-12 Thread Yngve Inntjore Levinsen
Dear developers,

An idea suddenly dawned on me, would it be somehow possible to implement that 
the Wiki pages automatically imports the stuff from the README.txt/INSTALL.txt 
that many have in their projects? Would that be useful? I'm sort of thinking 
that could be a very nice thing, especially for the installation instructions..

Cheers,
Yngve

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: Re: [gitorious] wiki automatically using install/readme files?

2011-10-13 Thread Yngve Inntjore Levinsen
Torsdag 13 oktober 2011 skrev Marius Mårnes Mathiesen:
> On Wed, Oct 12, 2011 at 5:57 PM, Yngve Inntjore Levinsen <
> 
> yngve.levin...@gmail.com> wrote:
> > An idea suddenly dawned on me, would it be somehow possible to implement
> > that the Wiki pages automatically imports the stuff from the
> > README.txt/INSTALL.txt that many have in their projects? Would that be
> > useful? I'm sort of thinking that could be a very nice thing, especially
> > for the installation instructions..
> 
> Yngve,
> You mean to render a project-wide readme (wikis are project-wide)? Great
> idea! Anyone care to take a shot at it?
> 
> Cheers,
> - Marius

Hi,

Exactly what I mean is a bit unclear to me as well. Yes I know wikis are 
project-wide, but perhaps each project could have one repository defined as 
"main repository", by default the first repository created. Then the wiki could 
pull from readme/install in that one. Or perhaps someone has a better idea.

The reason was anyway that people already have written useful stuff in these
install/readme text files, and it would be very nice if that could just be 
rendered on the wiki somehow. Writing these text files in markup formatting 
would make sense in my opinion.

As an example, on github they show the readme content if that file exist in 
each repository view. That's on some level similar to what I was thinking of.

Cheers,
Yngve

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] gitorious on synology nas

2012-07-18 Thread Yngve Inntjore Levinsen
Hi,

I was wondering if anyone have tried (or succeeded in) installing gitorious on 
a Synology (NAS) server? 

With the upgrade to DSM 4.0, they have opened for 3rd party apps to be 
installed with ease. Currently useful stuff like Wordpress, MediaWiki, Drupal 
and more are available. Having gitorious installed as easily would be quite 
neat! MySQL is available, but not so sure how easy it would be to get Ruby 
onto the box (perhaps it is there already for what I know)...

Cheers,
Yngve

-- 
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] gitorious on synology nas

2012-07-20 Thread Yngve Inntjore Levinsen
On Friday 20. July 2012 11.05.03, Marius Mårnes Mathiesen wrote:

On Wed, Jul 18, 2012 at 2:44 PM, Yngve Inntjore Levinsen 
 wrote:

Hi,

I was wondering if anyone have tried (or succeeded in) installing gitorious on
a Synology (NAS) server?

With the upgrade to DSM 4.0, they have opened for 3rd party apps to be
installed with ease. Currently useful stuff like Wordpress, MediaWiki, Drupal
and more are available. Having gitorious installed as easily would be quite
neat! MySQL is available, but not so sure how easy it would be to get Ruby
onto the box (perhaps it is there already for what I know)...






Yngve,
Sounds like a fun project! I have absolutely no knowledge of this: what kind 
of OS runs on it, what packages are available, how much memory it has - but it 
would be really cool to have use a NAS as a Gitorious server!


Cheers,
- Marius 

Hi Marius,

Thanks for the response. They have created a lightweight Linux distro which is 
accessed through a fairly good web interface, called DSM (Disk Station 
Manager). See here for more info:
http://www.synology.com/dsm/index.php
I believe this is an open source system (GPL), so it follows similar 
philosophies to Gitorious in that regard:
http://sourceforge.net/projects/dsgpl/

I guess the speed of the little thingy might be a limiting factor when it 
comes to gitorious. The amount of memory depends on which model you have. 
Myself I have 256 MB (the model is DS212). Generally I think between 128 and 
512 MB is to be expected. CPU is typically a low power one of around 1.6 GHz. 
What would be minimum requirements for running Gitorious?

I have 0 experience in writing the application build scripts for this box, but 
I'd be happy to help out (quite sure I would fail by myself). I saw on the 
forums that there had been questions for running GitHub and gitolite:
http://forum.synology.com/enu/viewtopic.php?f=190&t=48159&p=194247
Gitorious has not been suggested so far though, not sure why. Does not seem 
like anyone succeeded so far for any git server.

As for packages, I do not know of any lists online, so screenshots will have 
to do. My currently installed are:
https://dl.dropbox.com/u/2293502/synology_packages.png
Not installed, available from Synology are:
https://dl.dropbox.com/u/2293502/synology_packages1.png
Not installed, available from 3rd parties are:
https://dl.dropbox.com/u/2293502/synology_packages2.png
Sorry the text is in Norwegian (I guess Marius will still understand). Names 
of packages are in "International" at least.. This is a fairly new feature I 
think so I guess it takes a short while for it to catch on. There might also 
be external repositories somewhere I do not know of.


Cheers,
Yngve

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] double print in merge request

2012-12-05 Thread Yngve Inntjore Levinsen

Hi,

I think I might have seen something strange in a merge-request I 
received. It looks like all messages are printed twice (after the 
initial message). This is running on gitorious.org. You can see the 
messages here:

https://gitorious.org/latexbatchdiff/latexbatchdiff/merge_requests/5

Sorry if this has already been reported.

Cheers,
Yngve

--
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] First beta/preview of Gitorious 3.0

2013-07-15 Thread Yngve Inntjore Levinsen
Den 15. juli 2013 08:59, skrev Christian Weiske:
> I just clicked on the link in the email. Seems my mail program (claws)
> does not link : at the end of lines.
>
The same is true for me, using Thunderbird. If you could change it so
that the links does not normally have : at the end, that would perhaps
be a good idea if this is a common feature of e-mail programs.

Really like the looks of the new repository pages, nice work guys!

Cheers,
Yngve

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.