Search

Search found 9 matches

by feldmaus
14 Apr 2010, 21:35
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

Re: last stable version of spring with git

unstable, that is not good. There are to many dependencies. So this is not a good idea? A backport would be better.

regards Markus
by feldmaus
14 Apr 2010, 15:42
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

Re: last stable version of spring with git

Hi All, I am using Debian Lenny and try to compile the sources. Therefore i want to get the sources with git. How do i get the latest stable version with git? I do not want to update the sources every time manually! regards Markus Did you try to use the packages from unstable? If there is enough in...
by feldmaus
14 Apr 2010, 12:08
Forum: Linux
Topic: How to set OPTION_TORRENT_SYSTEM to off
Replies: 1
Views: 499

How to set OPTION_TORRENT_SYSTEM to off

Hi All, i am trying to set OPTION_TORRENT_SYSTEM to off In my console: cd /opt/springlobby OPTION_TORRENT_SYSTEM=off cmake . but i get still the error: feld-bert:/opt/springlobby# cmake . -- checking for module 'libmpg123' -- package 'libmpg123' not found -- checking for module 'libtorrent-rasterbar...
by feldmaus
14 Apr 2010, 11:50
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

Re: last stable version of spring with git

Is <master> the latest stable version for springlobby?

So i need to <git-checkout master> ?

And how to uninstall this files (spring and springlobby) ?

And where is <unitsync.so> ? I compiled the latest stable spring correctly over git+cmake.

regards Markus
by feldmaus
14 Apr 2010, 00:27
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

Re: last stable version of spring with git

koshi wrote:
hoijui wrote:and it should work the same way with springlobby.
it won't actually, see the tag list: http://sl.pastebin.com/W5gPn8HJ
I got
feld-bert:/opt/springlobby# git checkout $(git tag -l | tail -n 1)
HEAD is now at a112d0a... Merge commit 'bd/master'
regards Markus
by feldmaus
13 Apr 2010, 23:24
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

Re: last stable version of spring with git

git checkout $(git tag -l | tail -n 1) altho there's prolly a smarter git builtin way? I get the following, feld-bert:/opt/spring# git checkout $(git tag -l | tail -n 1) Note: moving to "0.81.2.1" which isn't a local branch If you want to create a new branch from this checkout, you may do...
by feldmaus
13 Apr 2010, 23:04
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

Re: last stable version of spring with git

How does this look for springlobby ?
git clone git://springlobby.info/git/buildbot/springlobby.git
and than
git checkout $(git tag -l | tail -n 1)
regards Markus
by feldmaus
13 Apr 2010, 22:40
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

Re: last stable version of spring with git

koshi wrote:git checkout $(git tag -l | tail -n 1)
altho there's prolly a smarter git builtin way?
Hi koshi,

and how do i have to change this line?
git clone git://github.com/spring/spring.git
Regards Markus
by feldmaus
13 Apr 2010, 22:17
Forum: Linux
Topic: last stable version of spring with git
Replies: 15
Views: 2523

last stable version of spring with git

Hi All,

I am using Debian Lenny and try to compile the sources. Therefore i want to get the sources with git. How do i get the latest stable version with git?

I do not want to update the sources every time manually!

regards Markus

Go to advanced search