![]() |
2010-04-08
, 13:49
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#21
|
![]() |
2010-04-08
, 13:51
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#22
|
![]() |
2010-04-08
, 14:33
|
Posts: 526 |
Thanked: 99 times |
Joined on Sep 2009
|
#23
|
![]() |
2010-04-08
, 14:53
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#24
|
this is pretty cool,
I've created a little script file that holds all my repo's in and I run the file with a parameter and then it runs your code for me. so I only need to dun
sh Repo.sh 1
so a quick question then.
Is it possible to create a shortcut command that runs sh Repo.sh
or something like that
The Following User Says Thank You to Rob1n For This Useful Post: | ||
![]() |
2010-04-08
, 14:59
|
Posts: 526 |
Thanked: 99 times |
Joined on Sep 2009
|
#25
|
A shortcut command runnable from where? You can create aliases or add executable scripts into the path, which will allow you to run the script with just "repo" (for example). If you're wanting to add it to the desktop/app menu, you should be able to create a .desktop file to launch it (see http://talk.maemo.org/showthread.php?t=35858 for details on how to do this).
![]() |
2010-04-08
, 19:37
|
|
Posts: 909 |
Thanked: 216 times |
Joined on Nov 2009
@ Bremen, Germany
|
#26
|
The sources.txt file will then contain information on which packages you've installed and which repository they're currently found in.
![]() |
2010-04-08
, 20:18
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#27
|
lets assume there is an app in extras. now what happens when such an app gets an update which gets uploaded to devel?
patches have to go through devel as well, right?
The Following User Says Thank You to Rob1n For This Useful Post: | ||
![]() |
2010-04-09
, 06:55
|
Posts: 61 |
Thanked: 13 times |
Joined on Jan 2010
|
#28
|
![]() |
2010-04-09
, 07:48
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#29
|
Rob1n, thanks for this.
Could you help me out with the following though:
~ # cut -f1 sources.txt | sort | uniq
Nokia Applications
Nokia System Software Updates
Ovi
Unknown
No devel or testing, and I know I have packages from those. Could it be that "unknown" is extras-devel and -testing on my system?
![]() |
2010-04-09
, 09:47
|
Posts: 61 |
Thanked: 13 times |
Joined on Jan 2010
|
#30
|
Do you have the extras-devel and -testing repositories configured and enabled? If not, the apps will fall under Unknown (along with any others you've installed which aren't in any current repository).