Freedom Fridays (development updates) 4

12 réponses [Dernière contribution]
quidam

I am a member!

I am a translator!

Hors ligne
A rejoint: 12/22/2004

As promised, a lot of progress happened this week! Having the Flidas build jails up and running allowed to spin up enough packages to make most of the desktop components available to install, and a MATE based desktop is in testing to potentially become the next default interface. Along with that, the package helpers for openssh, Midori and several desktop dependencies (gsettings-desktop-schemas, gnome-icon-theme, lightdm-gtk-greeter and unity-greeter) were updated and built.

Trisquel 7 also received some upgrades, including Abrowser 48 and a workaround for security issue CVE-2016-5696. In other news, GNU IceCat also is getting some love, and a -still a bit rough- build of v45 ESR is now being tested and polished.

All those changes are available at https://devel.trisquel.info/groups/trisquel and http://jenkins.trisquel.info/icecat/

Previous reports:
http://trisquel.info/es/forum/development-updates
http://trisquel.info/es/forum/freedom-fridays-development-updates-2
http://trisquel.info/es/forum/freedom-fridays-development-updates-3

Dave_Hunt

I am a member!

Hors ligne
A rejoint: 09/19/2011

How would I go about installing the parts that are ready?

BugRep
Hors ligne
A rejoint: 04/05/2012

Here is a rough example of how I did it. Hope you can use it in this form.

First get root shell using "sudo su". After that you can run the following commands.

FLIDAS=/mnt/flidas

debootstrap flidas $FLIDAS http://es.archive.trisquel.info/trisquel/
curl http://jenkins.trisquel.info/repos/trisquel/key.asc > $FLIDAS/root/key.asc
cat <<EOF > $FLIDAS/etc/apt/sources.list
deb http://es.archive.trisquel.info/trisquel flidas main
deb http://es.archive.trisquel.info/trisquel flidas-updates main
deb http://es.archive.trisquel.info/trisquel flidas-security main

deb http://jenkins.trisquel.info/repos/trisquel/flidas flidas main
#deb http://jenkins.trisquel.info/repos/trisquel/flidas flidas-updates main
deb http://jenkins.trisquel.info/repos/trisquel/flidas flidas-security main
EOF

After doing this you will have flidas debootstrapped, with jenkins repo key in root dir and sources list set up.

Then you can mount some stuff for flidas to have and chroot to the system.

mount --bind /dev/ /mnt/flidas/dev/
mount -t devpts none /mnt/flidas/dev/pts/
mount -t proc none /mnt/flidas/proc/
chroot /mnt/flidas/

You can now add the key.

cat /root/key.asc | apt-key add -

After updating using "apt-get update" you can install packages.
When you want to exit, just execute "exit". After that you can un-mount the stuff you mounted previously.

umount /mnt/flidas/dev/pts
umount /mnt/flidas/dev
umount /mnt/flidas/proc

To use the system later you don't need to repeat everything, just the mount and chroot part.

jxself
Hors ligne
A rejoint: 09/13/2010

Thank you for another great update, Rubén! As promised I have donated $50 to the Trisquel project for this update. Who else will join me?

Even if you can't do $50 please consider setting some amount that you can afford and join in. Long live Trisquel!

Dave_Hunt

I am a member!

Hors ligne
A rejoint: 09/19/2011

@heather Am getting some of that placebo effect from my monthly donation to the FSF; time to resume my monthly Trisquel donation.

mangeur de nuage
Hors ligne
A rejoint: 09/27/2015

Thanks quidam ;) great work

Legimet
Hors ligne
A rejoint: 12/10/2013

What happened to devel.trisquel.info?

mixalis_t
Hors ligne
A rejoint: 02/21/2014

I still can't update Abrowser. I have Abrowser 47.0.

SuperTramp83

I am a translator!

Hors ligne
A rejoint: 10/31/2014

Mybe try changing the server your repo fetches the packages from?

mixalis_t
Hors ligne
A rejoint: 02/21/2014

I tried all the servers (mirrors and the main server) with no updates.

t3g
t3g
Hors ligne
A rejoint: 05/15/2011

Trisquel 8 is using MATE? Thank you.

pizzaiolo
Hors ligne
A rejoint: 03/12/2015

Any development last friday?

Ignacio.Agullo
Hors ligne
A rejoint: 09/29/2009

name at domain, Lun 05 Set 2016 16:56:37 CEST:

> Any development last friday?

None announced. Just when I was really looking forward to fridays...

------------------------------------------------------------------------
Ignacio Agulló · name at domain

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.