unstable, that is not good. There are to many dependencies. So this is not a good idea? A backport would be better.
regards Markus
Search found 9 matches
- 14 Apr 2010, 21:35
- Forum: Linux
- Topic: last stable version of spring with git
- Replies: 15
- Views: 2523
- 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...
- 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...
- 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
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
- 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
I gotkoshi wrote:it won't actually, see the tag list: http://sl.pastebin.com/W5gPn8HJhoijui wrote:and it should work the same way with springlobby.
regards Markusfeld-bert:/opt/springlobby# git checkout $(git tag -l | tail -n 1)
HEAD is now at a112d0a... Merge commit 'bd/master'
- 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...
- 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 ?
and thangit clone git://springlobby.info/git/buildbot/springlobby.git
regards Markusgit checkout $(git tag -l | tail -n 1)
- 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
Hi koshi,koshi wrote:git checkout $(git tag -l | tail -n 1)
altho there's prolly a smarter git builtin way?
and how do i have to change this line?
Regards Markusgit clone git://github.com/spring/spring.git
- 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
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