maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [SFOS+M6] [Announce] Warehouse - native client for OpenRepos.net (https://talk.maemo.org/showthread.php?t=91574)

Custodian 2014-02-01 09:17

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by Watchmaker (Post 1410128)
Would it be possible to implement some sort of batch repo-managing process, with the refresh triggering only at the end of it?

Will do this at next warehouse update.

kpblxa 2014-02-05 14:58

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
2 Attachment(s)
search text needs fixing in sailfish app
see images

minimos 2014-02-16 19:40

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Issue in the update page: if the name of the repository is too long, it can collide with the version string. See screenshot.
http://i.imgur.com/RB2tSAY.jpg

mikecomputing 2014-02-22 13:40

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
With all this bashing recently from the community about opensource I just wonder where is the sourcecode for warehouse? I mean wasn't the reason for openrepos opensource?

Can't find it on github? and can't found any link on openrepos?

Reason I ask is I prefer report bugs on github issuetracker since I prefer that way over X/Y/Z comment field or TMO where often leads to flood of unrelated topics.

Anyway here is one of the issues that I think could improve warehouse for sail:
  1. Swipe left should show category that way you could get rid of one "Show category" in pulley and thats most logical since this is what mailapp, storeapp and some other apps do it.
  2. Scroll decorations and fast scroll to top like tidings and jolla2gether
  3. Comment support


Minor Issue:
  1. Change enter key on searchpage to use searchicon

Custodian 2014-02-22 13:54

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by mikecomputing (Post 1413786)
With all this bashing recently from the community about opensource I just wonder where is the sourcecode for warehouse? I mean wasn't the reason for openrepos opensource?

All bashing is from couple of people who doesn't understand why OpenRepos was created. It's not only about opensource.

Quote:

Originally Posted by mikecomputing (Post 1413786)
Can't find it on github? and can't found any link on openrepos?

Source code of warehouse is available on github http://github.com/custodian/orn-warehouse

LinuxCub 2014-02-25 20:05

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
I'm using warehouse 0.1.6 on my N9 (on wifi, so net connection is good)

Just how long is "Fetching repositories" typically supposed to take ?

I've been waiting many many minutes now, does this sound normal ?

Custodian 2014-02-25 20:12

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by LinuxCub (Post 1414323)
I'm using warehouse 0.1.6 on my N9 (on wifi, so net connection is good)
Just how long is "Fetching repositories" typically supposed to take ?
I've been waiting many many minutes now, does this sound normal ?

If your wifi is stable and speed is quite good, then about 2-10 secs for each openrepos repository. If you have any other repositories, it also can take a while for updating.
Major problem may be with nokia OSA repositories, which can lag a lot.
Next warehouse version will update only openrepos (and related) repositories, to avoid such problems with osa repositories.

Although, from warehouse you can fetch information only for specific repository: Goto Settings->Repository-> and Refresh repsository with needed program.

For now you can terminate update with terminal command, and perform manual repository update, to see, where the update process hangs:
execute at terminal, as root:
Code:

killall pkgmgrd
apt-get update

If it stuck at 'deb-exec /usr/bin/osa' or '/usr/bin/osa --packages'
or other *nokia.com stuff, there is nothing I can do atm.

My N9 hangs on harmattan-dev.nokia.com(which is probably completely dead now) and sometimes on downloads.maemo.nokia.com.
Maybe later it will work better.

setter 2014-03-03 10:08

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Why do I get "Failed to fetch" when I try to upgrade TAO translater 1.0 from the warehouse client?

If I try to upgrade from new updates on phone I get the same problem. I remember I had same problem with MeeRun 1.4.2

If I download the debfile to PC and send it to the phone and try to install it I get the error "Program have already been installed from a certified source"

Custodian 2014-03-03 10:10

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415195)
Why do I get "Failed to fetch" when I try to upgrade TAO translater 1.0 from the warehouse client?

Probably, your phone local package cache is outdated. Perform repository info fetch(on harmattan - goto settings, repository, fetch repository info, on sailfish - pulldown menu, check for updates), and try again.

setter 2014-03-03 10:29

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by Custodian (Post 1415196)
Probably, your phone local package cache is outdated. Perform repository info fetch(on harmattan - goto settings, repository, fetch repository info, on sailfish - pulldown menu, check for updates), and try again.

Seems like it fails to update the info. Any ideas what I can do?
N9 Harmattan 1.3

Custodian 2014-03-03 10:35

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415200)
Seems like it fails to update the info. Any ideas what I can do?
N9 Harmattan 1.3

Try to check for updates using the system UI: Settings > Applications > Manage applications, Updates, and check for updates again.
or execute from terminal as root:
Code:

apt-get update
and then try to install taot:
Code:

apt-get install taot
If there will be any error (i.e. 'failed to fetch'), more details will be shown.
Post the result here.

setter 2014-03-03 11:45

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
After apt-get update I get this error:
E: Could not open the lockfile /var/lib/apt/lists/lock - op1n (13: Permission denied)

coderus 2014-03-03 11:48

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
you must be root obliviously to use apt-get

Custodian 2014-03-03 11:49

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415206)
After apt-get update I get this error:
E: Could not open the lockfile /var/lib/apt/lists/lock - op1n (13: Permission denied)

you have to run all commands as root (execute devel-su).
If error about 'database locked by another process' will appear, execute as root
Code:

killall pkgmgrd
and start over again with apt-get.

setter 2014-03-03 12:04

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Worked when I changed to root.
Update, OK
Install, WARNING: The following packages can not be authenticated!
taot

If I answer yes to the question Install wothout verifying nothing happens, no install.

Custodian 2014-03-03 12:11

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415210)
Worked when I changed to root.
Update, OK
Install, WARNING: The following packages can not be authenticated!
taot

If I answer yes to the question Install wothout verifying nothing happens, no install.

Does apt-get shows version, which it is trying to install?
Try to clean download cache with 'apt-get clean' executed as root, and perform install once again.

execute "apt-key list" to show available repository keys, and check that openrepos key does exists in the list:
Code:

pub  2048R/4C2DA98C 2013-07-11
uid                  OpenRepos Network (Repository key) <robot@openrepos.net>
sub  2048R/96C484ED 2013-07-11


setter 2014-03-03 12:22

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Yes, it exist, It shows the same information as you have for OpenRepos

Clean cache did not help.

If I go to Settings > Applications > Manage applications, Updates, and check for updates then it is not able to update. Waited several minutes but noting happens, you only see that it tries to update.

apt-get install shows no version info for taot

Custodian 2014-03-03 13:26

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415215)
apt-get install shows no version info for taot

Please execute 'apt-cache showpkg taot'
and check what versions are available.
My shows:
Code:

Versions:
1.0.0 (/var/lib/apt/lists/harmattan.openrepos.net_leppa_dists_personal_main_binary-armel_Packages)
 Description Language:
                File: /var/lib/apt/lists/harmattan.openrepos.net_leppa_dists_personal_main_binary-armel_Packages
                  MD5: e09636bfb5f5cd29b326e5c6ce4f3379

.....<other versions>....
Provides:
1.0.0 -
0.3.2 -
0.3.1 -
0.3.0 -
0.2.1 -
0.2.0 -
0.1.4 -


setter 2014-03-03 13:35

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Eaxtly the same information here.

Custodian 2014-03-03 13:39

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415224)
Eaxtly the same information here.

Then this is really weird. All should work as expected.
You can try the following steps:
1) uninstall taot: apt-get remove taot (or with warehouse)
2) disable 'leppa' repository (at warehouse repository list)
3) execute 'killall pkgmgrd'
4) execute 'apt-get update' (this will remove all repository information)
5) reboot your phone
6) try to install taot via warehouse once again (or only enable repository and 'apt-get install taot').

setter 2014-03-03 14:14

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Done all 1-5
When i go to warehouse and click on TAO I get the button "enabe repository"
Clicked on that and belive me, after that it works for about 10 minutes to fetch repository before it was done. I thought it had hanged or something.
Clicked on Install and voila!! Now it works, now I have v1.0.0
Many thanks for your help Custodian!

Custodian 2014-03-03 15:21

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415231)
it works for about 10 minutes to fetch repository before it was done.

I'm not sure, but if you have stable and high-speed internet connection, then you probably have some obsolete repositories enabled(such as harmattan-dev.nokia.com, apps.formeego.com or may be some others). They does not respond, and it takes a while for refresh process to be completed.
You should consider to remove them from you apt sources lists.

setter 2014-03-03 16:54

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by Custodian (Post 1415238)
I'm not sure, but if you have stable and high-speed internet connection, then you probably have some obsolete repositories enabled(such as harmattan-dev.nokia.com, apps.formeego.com or may be some others). They does not respond, and it takes a while for refresh process to be completed.
You should consider to remove them from you apt sources lists.

I have following files in app sources list:

aegis.ssu-keyring-339.list

deb https://qa9recEP:Pat2UGuP@downloads..../harmattan/339 ./
deb https://qa9recEP:Pat2UGuP@downloads....harmattan/apps ./
deb https://qa9recEP:Pat2UGuP@downloads....armattan/tools ./

coderus.list
openrepos-bwaltwe.list
openrepos-leppa.list


osa.list
deb-exec /usr/bin/osa

sdk.list
deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free

Shall I delete sdk.list?
How about the others?

Custodian 2014-03-03 17:10

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415261)
coderus.list

Not sure what it have inside, if 'coderus.openrepos.net' then it should work fine.

Quote:

Originally Posted by setter (Post 1415261)
sdk.list
deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free

It is better to comment that line out (add # as first character), or rename file to sdk.list.old.

setter 2014-03-03 17:16

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by Custodian (Post 1415264)
Not sure what it have inside, if 'coderus.openrepos.net' then it should work fine.

It contents deb http://coderus.thecust.net /
Shall I disable it?

Quote:

It is better to comment that line out (add # as first character), or rename file to sdk.list.old.
Okey, thanks!

Custodian 2014-03-03 17:59

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by setter (Post 1415265)
It contents deb http://coderus.thecust.net /
Shall I disable it?

No, that is also fine, old synonym, and redirects to openrepos now.

sponka 2014-03-03 22:02

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Haven't ran warehouse for some time and when tryed today got this error (profile -> updates -> show updates -> check for updates)

https://dl.dropboxusercontent.com/u/...0303225718.jpg

Uninstalled old version and manually installed latest (harbour-warehouse-0.2-12.armv7hl), but the error stays.

Any workaround?

And I also noticed search text bug, mentioned in post 282.

Thanks,
b.

Custodian 2014-03-04 04:47

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by sponka (Post 1415314)
Haven't ran warehouse for some time and when tryed today got this error (profile -> updates -> show updates -> check for updates)
Uninstalled old version and manually installed latest (harbour-warehouse-0.2-12.armv7hl), but the error stays.

Any workaround?

This error is not warehouse/openrepos related.
As you can see from screenshot, earlier you have enabled repository from obs.merproject.org for package libconfing by vgrade, which is now unavailable.
Remove/disable this repository.

mariusmssj 2014-03-08 22:07

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
How to actually rate the apps on the warehouse sailfish app? or is that not possible?

Custodian 2014-03-08 22:23

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by mariusmssj (Post 1415948)
How to actually rate the apps on the warehouse sailfish app? or is that not possible?

You cannot rate applications from warehouse yet, it is possible from openrepos website now.
I hope that new update will be released during this weekend, which will allow application rating and comments within warehouse app.

mariusmssj 2014-03-08 22:29

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by Custodian (Post 1415950)
You cannot rate applications from warehouse yet, it is possible from openrepos website now.
I hope that new update will be released during this weekend, which will allow application rating and comments within warehouse app.

Brilliant. And great work with the app :) all of your hard work is much appreciated

imaginaryenemy 2014-03-08 23:11

Quote:

Originally Posted by Custodian (Post 1415950)
You cannot rate applications from warehouse yet, it is possible from openrepos website now.
I hope that new update will be released during this weekend, which will allow application rating and comments within warehouse app.

That's great! How about clickable links in package descriptions?

Custodian 2014-03-09 21:56

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by imaginaryenemy (Post 1415952)
How about clickable links in package descriptions?

This should also be updated :o

coderus 2014-03-10 03:13

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
@sponka bad added repo line when trying to launch telegram-cli? :)

cnlpete 2014-03-11 08:52

@Custodian you seem to have put the sailfish icon in the harmattan app. On accident or on purpose?
Clickable links are awesome :)

Custodian 2014-03-11 08:53

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by cnlpete (Post 1416196)
On accident or on purpose?

On purpose. I like that cat, despite the fact that many think it's a mole :D

zaidk9 2014-03-11 10:43

@coderus telegram-cli ??

Ancelad 2014-03-11 10:54

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by Custodian (Post 1416197)
On purpose. I like that cat, despite the fact that many think it's a mole :D

They had never seen a mole... TRUST ME! :D

vincr 2014-03-11 12:59

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by imaginaryenemy (Post 1415952)
That's great! How about clickable links in package descriptions?

That would be really great!

Also I like the new icon, cutiecat :D

Custodian 2014-03-11 13:02

Re: [Announce][WIP] Warehouse - native client for OpenRepos.net
 
Quote:

Originally Posted by vincr (Post 1416236)
That would be really great!

At 0.1.8 version links are clickable at application description and comments.


All times are GMT. The time now is 18:03.

vBulletin® Version 3.8.8