The Following 7 Users Say Thank You to pali For This Useful Post: | ||
|
2016-12-09
, 08:22
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#1852
|
curl -s https://api.github.com/users/community-ssu/repos?per_page=100 | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["clone_url"])' curl -s https://api.github.com/users/community-ssu/repos?per_page=100\&page=2 | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["clone_url"])'
The Following 4 Users Say Thank You to Ilew For This Useful Post: | ||
|
2017-11-28
, 08:05
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#1853
|
The Following 26 Users Say Thank You to Ilew For This Useful Post: | ||
|
2017-11-28
, 16:42
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#1855
|
A new version of CSSU Testing has been released (21.2011.38-1Tmaemo12)
Changelog for this version is in the usual place:
http://wiki.maemo.org/Community_SSU/Changelog#Tmaemo12
The Following User Says Thank You to glo-worm For This Useful Post: | ||
|
2017-11-28
, 18:08
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#1856
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2017-11-29
, 08:03
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#1857
|
The Following 7 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2017-11-29
, 11:46
|
Posts: 28 |
Thanked: 46 times |
Joined on Dec 2014
|
#1858
|
|
2017-11-29
, 13:57
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#1859
|
|
2017-11-30
, 08:57
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#1860
|
This is great news that CSSU is still getting updates. Are you also looking at the other versions of just "testing" version?
I have installed it. But now I get network error notification from skype when I try to go online. Are the two related or have we finally lost skype for good? Last time I was using the N900 in September Skype was working fine.
Thanks, but how to install it? The update showed in the status bar, then it asked to add sources and finally it exited with error - something like unable to find/download (I can't remember correctly). Now the update is not shown in both the UI and apt-get.
The Following 9 Users Say Thank You to Ilew For This Useful Post: | ||
In some cases some older packages were uploaded directly to cssu-testing and is not present in cssu-devel...
basically any package which is in repository must be in git: uploading to cssu-devel means that source must be pushed to master branch; uploading to cssu-stable means that source must be pushed to stable branch -- possible via git fast forward. any inconsistance is shown in cssu-state script.
source packages with -dev suffix are not useful for n900 device and we decided that those packages will not go to cssu-testing and cssu-stable. Just in cssu-devel. but those -dev packages are needed to build other packages, so be sure to locally build them (or install from cssu-devel).