All,
I have put a significant amount of work into the QuickBuild system over
the past week in an attempt to stabilize it and increase performance.
While I am aware that there were some outages in random components (most
notably the PPA mirror redirects) while I was doing this, all issues
should be resolved at this point.
As of this writing four build machines are online, one for each
architecture. As we have reached the chiller fund goal (see prior
messages) the remaining x86/amd64 build machines will be brought back
online over the next couple weeks.
Please let me know what you think, and definitely let me know if anything
is still malfunctioning!
Tim
Hi,
I want to propose a new color theme and graph settings for KSysGuard, because the actual one are rather ugly and visually overloaded, to my opinion. I also wanted to post screenshot of different system monitors available on other OSes or on other desktop environment.
Thank you! Tell me what you think!
-Alexandre
I want to download the red hat files from tde-packaging. I tried git clone but the cloning process always stalls at about 66%. Is there a faster way to grab the files?
Darrell
When uninstalling on Ubuntu 14.04 there are some errors:
Removing konsole-trinity (4:14.0.0-r1865-0ubuntu14.04.0+pr185) ...
/var/lib/dpkg/info/konsole-trinity.prerm: 22: /var/lib/dpkg/info/konsole-tr=
inity.prerm: /usr/sbin/update-alternatives: not found
dpkg: error processing package konsole-trinity (--purge):
podproces nain=B9talovan=FD skript pre-removal vr=E1til chybov=FD k=F3d 12=
7
Removing ksmserver-trinity (4:14.0.0-r1865-0ubuntu14.04.0+pr185) ...
/var/lib/dpkg/info/ksmserver-trinity.prerm: 22: /var/lib/dpkg/info/ksmserve=
r-trinity.prerm: /usr/sbin/update-alternatives: not found
dpkg: error processing package ksmserver-trinity (--purge):
podproces nain=B9talovan=FD skript pre-removal vr=E1til chybov=FD k=F3d 12=
7
Removing twin-trinity (4:14.0.0-r1865-0ubuntu14.04.0+pr185) ...
/var/lib/dpkg/info/twin-trinity.prerm: 22: /var/lib/dpkg/info/twin-trinity.=
prerm: /usr/sbin/update-alternatives: not found
dpkg: error processing package twin-trinity (--purge):
podproces installed script pre-removal returned error code 127
There are some errors during uninstall:
konsole-trinity
ksmserver-trinity
twin-trinity
There may be some other errors.
update-alternatives is in /usr/bin and not in /usr/sbin
$ whereis update-alternatives
update-alternatives: /usr/bin/update-alternatives /usr/bin/X11/update-alter=
natives /usr/share/man/man8/update-alternatives.8.gz
Thanks.
OR
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
If I open the Help system and look inside the "Protocol" section, I see just a message "Information about the
available protocols". I remember that some months ago there used to be a list of the available protocols in the system.
I see the same problem both on my system (Jessie, local TDE build) and in a VM machine (Wheezy, official R14.0.0).
Is anyone else seeing this? If so I will open a proper bug report.
Thanks
Michele
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJUv1dJAAoJECp1t8qK3tXPTUUQAKs3mtdOuhPf3w6k0x0wxbL/
EPRK8sT17k10vRY8ePIudcMwUZTfxIGHg0GXWORHHybgJfUKUf1K54ATQU2o8Oao
5Y6pwndmd6i2D6m+2VmI4Z95Gokozrx2tylrAzFKFKTI+STyOu3Qbcwg9nlU6EoB
B4raV5oRKqx/e9FG2E7MUobXvuF7U2ZXYYXsNVYVeFn8ykbJD8mxNP5jUaFHDIYN
zJxC0mtLzd+j7I4dX/CDdqFGdWnXrITOdhh31PnMFhdBnYdC3eeUB/r4Wy77yIF5
GXDBgBZ+S+3Y2Fwla2RrNiCVEEGCVkzUT+uYh/pkwRFTDxoCA02xYDZ87zh+8hXF
0TrmWR6dldl3JU1HFKMPh8bnehwxWN+CgZ0DDGPdc1iy1I+4E/AwDso4+GvAEEn3
g2Kmxe/uy7rVkNtZ+ZkAqT934QFqGhqlsBDQ6UeHtyUuO5H4t2h0Nyy5dWxG1iOm
VbGtNmxWWVimZTz848ivfkDwnOlMDu8sBHIoC5R2if/Wk51dawcpCczTtyBG3Pkc
+hWs0nAmSBlEymmDfJW8dj4E49WFIK41e0by9VK4t05Zv8A/b+iqDPKPNkQAoBeZ
LWe4TnTfhPvdA04i/G7Rsg3DEpiUgJ62nlsfFK7r8kOXOfKuGED20mMmsA1psdX8
JmSozCD3m4xZur59BhBd
=78Kj
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA224
All,
This is a follow-up on point #5 from my post earlier this month entitled
"TDE GIT thaw, build farm status, and future direction".
> Codebase formatting. While this is not a major problem for the users
> I have been tripped up more than once by the fact that some portions of
> the codebase (twin among others) use a vastly different style of
> indentation and bracing, one that is (IMHO) extremely hard to read and/or
> modify. This in turn has therefore contributed to many "fix up prior
> commit" commits and/or outright regressions in GIT. I greatly prefer
> Stroustrup style formatting with hard tab indentation (no space or
> combined space/tab indents) and indented public/protected/private blocks.
> This style is highly legible, emphasizes the control flow, and produces a
> minimal number of non-whitespace difference lines when an if/else block is
> modified. All of the new code (thousands and thousands of lines of it)
> that I have contributed to TDE have been in this style. I have been
> toying with reformatting the entire TDE codebase in one large commit; if
> there are no objections I think this step could greatly improve both our
> development speed and the overall quality of the codebase; comments and
> discussion are welcome.
I would like to start converting over the codebase ASAP. I have an
automated tool that will do this, but would like some feedback on the
style to convert into as reformatting like this is a one-time operation
that will not be repeated for the life of the TDE project.
As mentioned above I strongly prefer a modified Stroustrup style
formatting. Is this acceptable to the other developers, and if not, what
would you rather use and why?
Thanks!
Tim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iFYEARELAAYFAlSjHncACgkQLaxZSoRZrGF0owDcDGlmwDw7tQ/jTZc+RPsh9Un8
J/p7Qopfm0FmKADdFWqOHlrmHs6p9sl/aPtWa5F3/Zw2JyoE7G6t1A==
=/kGi
-----END PGP SIGNATURE-----
Hi all,
I propose to remove the branch 'suse' of tde-packaging. This branch is
unused / unmaintained and is generally incorrect. For each distribution is
intended folder, not a branch. Exactly as are maintained packages for
OpenSUSE by François.
Therefore I consider branch 'suse' suitable for disposal.
Any objections?
--
Slávek
I lost git pretty format. Now all I see is a bunch of ESC[m characters. I haven't knowingly changed anything at my end so what happened to the formatting with the Trinity repo?
Darrell
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA224
All,
As you are probably already aware at around 13:20 GMT 01/07/2015 all TDE
services went offline. This was due to a widespread power outage; to make
matters worse the site's backup generator froze and did not start in time
due to the extreme cold in the area.
All services should now be restored, however as this was a full outage I
expect that there may be some remaining issues that I am not yet aware of.
Please let me know if you see anything still down or malfunctioning at
this point.
As always we need your support to stay online! If you can, please help
the project stay online: https://trinitydesktop.org/donate.php
Thank you for your patience!
Timothy Pearson
Trinity Desktop Project
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iFYEARELAAYFAlSuq0YACgkQLaxZSoRZrGFVHwDfTXwqQA89GXJmB7Df6CpbCnzG
XuB0T8ndFjEwwQDeLOMlNJw2YLJxbR7H3UT+yIKuiv+xcRKM018d9g==
=LF7k
-----END PGP SIGNATURE-----