maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Gitorious shutting down - Maemo impact? (https://talk.maemo.org/showthread.php?t=94690)

mr_jrt 2015-03-04 08:24

Gitorious shutting down - Maemo impact?
 
http://developers.slashdot.org/story...ires-gitorious

The Maemo repos on Gitorious are in danger...

Just a heads up in case anyone wants to grab them in case the maintainers aren't around any more to move them to Gitlab.

www.rzr.online.fr 2015-03-06 23:22

Re: Gitorious shutting down - Maemo impact?
 
Check:

http://mg.pov.lt/maemo-ssu-irclog/%2...03-06.log.html

yea I noticed that can you suggest to migrate our projects to other service running FLOSS ? if not github will be the only "easy" alternative... and I hate not having choices..

Please help to list resources that must be backuped :

https://gitorious.org/maemo-garage/

https://about.gitlab.com/2015/03/03/...res-gitorious/

http://en.wikipedia.org/wiki/Compari...ing_facilities

merlin1991 2015-03-07 23:46

Re: Gitorious shutting down - Maemo impact?
 
1 Attachment(s)
I have migrated all CSSU repos to github, attached is the script I used todo it.

It's written in python3 and requires requests and BeautifulSoup.
For debian
Code:

apt-get install python3 python3-requests python3-bs4
Also in the beginning of the script the first 3 github_* values must be adjusted.

The script grabs all repos listed in the file repos.list, that file should be filled with relative gitorious paths, I had it like this:
Code:

community-ssu/alarmd
community-ssu/apt
...

It automatically creates the new repos on gitorious inside an organisation and also sets the description from the one on gitorious.
Then clones the repo locally adjust the remote and pushes all refs to github.

coderus 2015-03-08 00:52

Re: Gitorious shutting down - Maemo impact?
 
also you can import repos to gitlab directly :)
https://gitlab.com/users/sign_in

Android_808 2015-03-08 09:44

Re: Gitorious shutting down - Maemo impact?
 
merlin1991: do you plan to cover all maemo repos not yet included in cssu, such as those under maemo-af?

zhxt 2015-03-08 12:16

Re: Gitorious shutting down - Maemo impact?
 
What about the Meego repos?

Do we need to backup them?

merlin1991 2015-03-08 13:01

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by Android_808 (Post 1463414)
merlin1991: do you plan to cover all maemo repos not yet included in cssu, such as those under maemo-af?

Quote:

Originally Posted by zhxt (Post 1463425)
What about the Meego repos?

xes is going to backup all of that onto the maemo.org servers
His list of stuff to backup is here: https://etherpad.mozilla.org/3gxFWfbErG If anything is missing please add that.

jonwil 2015-03-08 13:38

Re: Gitorious shutting down - Maemo impact?
 
I assume all this backing up of repos etc includes the entire git history and not just the current codebase...
It would be bad if we were to loose that history...

xes 2015-03-08 21:52

Re: Gitorious shutting down - Maemo impact?
 
I have just updated the list:
https://etherpad.mozilla.org/3gxFWfbErG

Now i have fixed a few issues in the gitorious search parser and i have added a few more search keywords.
Here the keys uses to prepare the list:

maemo hildon fremantle diablo chinook gregale mistral bora scirocco herring osso harmattan meego nitdroid community-ssu rx71 rx-71 rx51 rx-51 rx44 rx-44 rx34 rx-34 n950 n900 n810 n800 n770

www.rzr.online.fr 2015-03-10 22:19

Re: Gitorious shutting down - Maemo impact?
 
btw I backuped some repos from n.d.c to this place :

https://notabug.org/snapshot

I see this as alt to github and wanted to support this project,

Choice is base of freedom isnt it ?

tell me if you see something wrong in those repos and feel free to fork them or update descriptions , pm me

Hope this help

nokiabot 2015-03-11 02:56

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by www.rzr.online.fr (Post 1463674)
btw I backuped some repos from n.d.c to this place :

https://notabug.org/snapshot

I see this as alt to github and wanted to support this project,

Choice is base of freedom isnt it ?

tell me if you see something wrong in those repos and feel free to fork them or update descriptions , pm me

Hope this help

are those projects downloadable ?

juiceme 2015-03-11 04:43

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by jonwil (Post 1463431)
I assume all this backing up of repos etc includes the entire git history and not just the current codebase...
It would be bad if we were to loose that history...

I'd imagine you cannot easily even lose the git history without really trying as a simple git clone will copy all of it unlike when using svn for example.

www.rzr.online.fr 2015-03-11 07:50

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by nokiabot (Post 1463684)
are those projects downloadable ?


I can share an archive give me your email or join http://db.tt/gn5Qffd6#

xes 2015-03-11 22:05

Re: Gitorious shutting down - Maemo impact?
 
1 Attachment(s)
The backup of gitorious repos related to maemo community has been completed.

Here attached the complete list.

Android_808 2015-03-12 22:20

Re: Gitorious shutting down - Maemo impact?
 
Do we have anything to worry about from Google Code closure as well?

xes 2015-03-13 01:37

Re: Gitorious shutting down - Maemo impact?
 
@Android_808
code.google.com is hosting less projects strictly related to maemo.
...anyway, yes, we should expect that the oldest repos not maintained and not cloned somewhere else could disappear.

xes 2015-03-15 21:47

Re: Gitorious shutting down - Maemo impact?
 
1 Attachment(s)
For anyone interested, here the list of code.google.com repos related to maemo community obtained searching for the same keywords used for gitorious.org.

List is in the format:
repo homepage; description; svn/git/hg clone command;

...still undecided if create a backup of everything or not.
Please don't ask me why some repo is related to maemo community, i had to rely in the code.google.com internal search.

If someone needs the parser script, feel free to ask.

jonwil 2015-03-16 10:22

Re: Gitorious shutting down - Maemo impact?
 
Has pulseaudio-nokia on gitlab been backed up? If not, it should be.

syrjala 2015-03-16 15:02

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by xes (Post 1463776)
The backup of gitorious repos related to maemo community has been completed.

Here attached the complete list.

The harmattan xorg repos seem to be missing from your list:
https://gitorious.org/meego-w40

freemangordon 2015-03-16 21:13

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by jonwil (Post 1464205)
Has pulseaudio-nokia on gitlab been backed up? If not, it should be.

https://notabug.org/freemangordon/pulseaudio-nokia

nokiabot 2015-03-25 17:37

Re: Gitorious shutting down - Maemo impact?
 
is this on the list
https://gitorious.org/marble-restricted-maps

wicket 2015-04-08 02:53

Re: Gitorious shutting down - Maemo impact?
 
Is there a new home for linux-n900/linux-n900 and linux-n900/freemangordons-linux-n900 yet?

freemangordon 2015-04-08 06:37

Re: Gitorious shutting down - Maemo impact?
 
https://github.com/pali/linux-n900

My clone is not that important to be migrated on github, everything that worths it, should already be in Pali's tree. Hopefully.

jonwil 2015-04-17 22:42

Re: Gitorious shutting down - Maemo impact?
 
FYI, latest news is that gitorious is to be maintained as a read-only archive on archive.org so that means any trees on it will remain accessible.

wicket 2015-04-17 23:47

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by jonwil (Post 1467573)
FYI, latest news is that gitorious is to be maintained as a read-only archive on archive.org so that means any trees on it will remain accessible.

Not only that, but everything will remain available on gitorious.org (read-only) as they have also been granted permission to continue to use the gitorious.org domain.

Android_808 2015-09-28 20:49

Re: Gitorious shutting down - Maemo impact?
 
Do we have a git mirror of the source from http://maemo.org/packages/source/vie.../2.2.27-2+0m5/

I'm about one gtk2 size_request to gtk3 get_prefered_size away from getting it to build prior to testing. Would be good if I can find it to maintain commit history.

merlin1991 2015-09-28 21:34

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by Android_808 (Post 1483931)
Do we have a git mirror of the source from http://maemo.org/packages/source/vie.../2.2.27-2+0m5/

The master branch of https://github.com/community-ssu/hildon-control-panel minus a few commits is pretty much exactly what 2.2.27-2+0m5 is (only missing the +0m5 entry to debian/changelog that was added by the nokia buildserver to all official package builds)

Android_808 2015-09-29 17:51

Re: Gitorious shutting down - Maemo impact?
 
thats where i thought it would be. its the place i've been getting hidon-home, hildon-status-area etc from no problem at all and the rest from cordia and nemomobile. for some reason though the hildon-control-panel has not come up in search results for me, both across whole site or searching just community-ssu.

freemangordon 2015-09-29 18:24

Re: Gitorious shutting down - Maemo impact?
 
Quote:

Originally Posted by Android_808 (Post 1484027)
thats where i thought it would be. its the place i've been getting hidon-home, hildon-status-area etc from no problem at all and the rest from cordia and nemomobile. for some reason though the hildon-control-panel has not come up in search results for me, both across whole site or searching just community-ssu.

http://mg.pov.lt/maemo-ssu-irclog/%2...09-29.log.html

:)

Android_808 2015-09-30 13:37

Re: Gitorious shutting down - Maemo impact?
 
2 Attachment(s)
Thank you. Might try and finish that package off later. Had to disable maemo-tools support (unlock code, restore/wipe device or whatever it is in top menu) for now as there closed source.

From the pastebin, libmatchbox2 and hildon-home are in cordia if they're still missing. Both have a cssu tracker but not sure how up to date.

Not around much at the moment so not posted anything much about it lately. It is hildon built against gtk3 from Jessie, so all HildonUIMode references etc have gone. I didn't feel the need as they have touch support upstream. For now it has a nemomobile based mce, dsme, libdsme, iphb etc. For the most part it is quite straight forward, except one with a really bad hack in commit history to disable a section of code for now. Only thing stopping me using cssu mce etc are things like libsystemui being closed.

So far I've done libhildon, libhildondesktop, hildon-desktop, hildon-home, hildon-status-menu, libmatchbox2 and libosso-3.6 (small mod to use gsize instead of guint32). In addition are a number of nemomobile packages that have been packaged or just rebuilt for Debian Jessie. A few need commiting to my github still so I'll try to do that at some stage. I know Oneshot hasn't as it is a nightmare due to use of bashisms.

Some are 100% my effort, some are updated from the previous Cordia work. For testing, all built for amd64. Obviously there are plenty of bugs. Animation code for menu is a real mess due to clutter changes. For now it "works", unless you click to fast in which case it kills the windows client so you end up with a transparent box.

As screenshot shows, I have no theme yet. Was going to look at Numix-ArchBlue IIRC as it was quite close to what I was after. I have no translations installed hence the dodgy button names.


All times are GMT. The time now is 02:37.

vBulletin® Version 3.8.8