Notices


Reply
Thread Tools
titilambert's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#71
Hello !

What do you thing to add a field "Compatibility" or something in app description just to know about PR1.x and n9xx compatibility ?
(Maybe a table phone/PR version ???)

Thanks !
 

The Following 2 Users Say Thank You to titilambert For This Useful Post:
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#72
Originally Posted by titilambert View Post
What do you thing to add a field "Compatibility" or something in app description just to know about PR1.x and n9xx compatibility ?
(Maybe a table phone/PR version ???)
Currently only harmattan repositories are up, so it's only N9[50] and pr1.2+
When extra target systems will be added, some kind of compatibility info flags will be introduced.
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 

The Following 4 Users Say Thank You to Custodian For This Useful Post:
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#73
This project is even more needed than ever, to add to the already long list of support/services being killed, now Nokia Developer Projects service is being killed too:

With some sadness we announce that the Nokia Developer Projects service (https://projects.developer.nokia.com) will be discontinued in the following months (due to ongoing trend of low activity and increasing costs). Please backup any project data you wish to save as soon as possible (ideally within the next few weeks). After the service has been stopped all unsaved data will be lost!

Thank you for using Projects and being part of our community!

Note that all the other community services, including discussion boards and wiki, will remain available for your future use and enjoyment.

How can I migrate my repositories somewhere else?

For git:
1. Make sure that you’ve pulled the latest revision of the repository you wish to move. You can usually achieve this by running the following command in your local repository:

git fetch origin

2. Create an empty git repository somewhere else.

3. Add the newly created empty repository as a new remote by running the following command:

git remote add new_repo https://$LOCATION_OF_NEW_REPO

4. In the root directory of the repository, run the command:

git push --tags new_repo refs/remotes/origin/*:refs/heads/*

5. You can now clone the new repository and start using it. It should have the entire history of the old one.

For mercurial:
1. Make sure that you’ve pulled the latest revision of the repository you wish to move.

2. Create an empty hg repository somewhere else.

3. Edit the .hg/hgrc file of the repository you wish to move adding the following line to the [paths] section:

new_repo = https://$LOCATION_OF_NEW_REPO

4. In the root directory of the repository, run the command:

hg push new_repo

5. You can now clone the new repository and start using it. It should have the entire history of the old one.

For subversion:
1. Download and install rsvndump on your local machine: http://rsvndump.sourceforge.net

2. Create a subversion dump file by running:

rsvndump --username $username --password $password --keep-revnums https://$PATH_TO_MULTIPROJECT_REPO > repository.dump

3. (Optional) If you need to filer out some cruft from the repository before importing it somewhere else, this should be done now. The tool svndumpsanitizer is recommended for the job. http://miria.linuxmaniac.net/svndumpsanitizer

4. Set up an empty svn repository somewhere else.

5. Transfer the dump file to the new server.

6. Import (or have your friendly new system admin import) the dump file by running:

svnadmin load /path/to/new/repo < repository.dump

7. You can now check out the new repository and start using it. It should have the entire history of the old one (minus the stuff you optionally excluded with svndumpsanitizer).
 

The Following 5 Users Say Thank You to jalyst For This Useful Post:
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#74
Originally Posted by wolke View Post
not all paid apps are non-libre, and not all gratis apps are libre. there are counterexamples for both in the ovi store.

important thing is to check the LICENSE; if it allows for redistribution, regardless of price, then youre good.
{apache, mit, bsd, gpl}



open up the debian in an archive managing app {e.g.: file-roller}, and look for text files {e.g.: README or COPYING} and find the license. if you cant find anything, assume you have no rights, or email the developer asking for license information.
One of the counter example : KhtNotes is licenced under GPLv3 and is a open source paid app on Nokia Store, while i distribute it also freely on open repos.
 

The Following 4 Users Say Thank You to Khertan For This Useful Post:
Posts: 84 | Thanked: 62 times | Joined on Jun 2013
#75
Who's have rights to publish apps on openrepos? E.g. MeeCast has already published twice while the developer himself has nothing to do with it. Who's gonna be control situations like this? I don't mean any kind of copyleft violations but just to avoid confusion with the versions. One MeeCast version is 0.7 and other version is 0.7.3
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#76
@berrybear do you have troubles when seeing two meecast version on openrepos?

any free digital content can be redistributed, if linked to project/author homepage.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 3 Users Say Thank You to coderus For This Useful Post:
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#77
Originally Posted by berrybear View Post
Who's have rights to publish apps on openrepos? E.g. MeeCast has already published twice while the developer himself has nothing to do with it. Who's gonna be control situations like this? I don't mean any kind of copyleft violations but just to avoid confusion with the versions. One MeeCast version is 0.7 and other version is 0.7.3
That's why every publisher have own repository. When you enable publisher repository, you can install app versions that this publisher distributes(uploaded to the openrepos).
And that's why there is no any "global"-single repository.
If this is "one-version-repository" then application will never get any update (i.e. like imported appsformeego applications). and if developer hosts here, then you get all new versions of applications.
Of course this take place if apps dont violate any owners/developers rights.

And cherry-picking apps from repository into own mixed repository should prevent (atleast up to 90%) of re-uploads of same application.
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 

The Following 4 Users Say Thank You to Custodian For This Useful Post:
Posts: 84 | Thanked: 62 times | Joined on Jun 2013
#78
Originally Posted by Custodian View Post
That's why every publisher have own repository. When you enable publisher repository, you can install app versions that this publisher distributes(uploaded to the openrepos).
And that's why there is no any "global"-single repository.
If this is "one-version-repository" then application will never get any update (i.e. like imported appsformeego applications). and if developer hosts here, then you get all new versions of applications.
Of course this take place if apps dont violate any owners/developers rights.

And cherry-picking apps from repository into own mixed repository should prevent (atleast up to 90%) of re-uploads of same application.
Ok that's very reasonable.
 
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#79
Please also create a "projects-developer-n-com" user and start mirroring files

ie :

https://projects.developer.nokia.com/dav/callrecorder/

Related :

http://wiki.maemo.org/Nokia
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 

The Following 3 Users Say Thank You to www.rzr.online.fr For This Useful Post:
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#80
Openrepos backend system changed a little

Now the "Application" is some kind of bundle, where you describe application, add screenshots (some other content fields will be added later).
I called it a "bundle", because now you will be able to create platform dependent or source packages, and attach them to main "Application bundle".

So if your application supports several platforms, you should create 1 application, add screenshots/etc, and create "harmattan package", "sailfishos package", "nemomobile package" and so on. All will be attached to application, and will be visible while browsing app details.

"Platform package" dont have any limit on uploaded files. You can attach as many packages to your application as you want: i.e. all platform specific versions of application in single "platform package", or separate by 1 binary version.

In future, platform package will also contain extra switches about specific platform version or details (like harmattan "PR 1.1", "1.2 "; or maemo "fremantle", "fremantle 1.2", "CSSU") so you will be able to setup compatibility modes Based on modes package will be held in different repos.
With source packages those switches allows you to select target platform, so buildbots will compile, and upload binary packages for you.

Currently only "Harmattan packages" are online. Issue with "Architecture: all" will be resolved in next backend update within a day.

"Nemomobile packages", "Sailfishos package" and "Source package" types will be added soon

cli tools should be released during weekend, if I do things in a right way
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer

Last edited by Custodian; 2013-07-26 at 13:21.
 

The Following 11 Users Say Thank You to Custodian For This Useful Post:
Reply

Tags
awesome, harmattan, meego, repository, service


 
Forum Jump


All times are GMT. The time now is 00:14.