With the main git repo often down I decided to try to clone the mirror
instead.
I used:
GIT_ASKPASS=echo git clone --recursive \
https://anonymous@mirror.git.trinitydesktop.org/gitea/TDE/tde
However while it identifies all the submodules from the mirror it tries
to fetch the submodules from the main repo and fails (see below).
Can anyone tell me the correct magic incantation?
Thanks,
--Mike
Cloning into 'tde'...
remote: Counting objects: 96209, done.
remote: Compressing objects: 100% (31922/31922), done.
remote: Total 96209 (delta 67543), reused 90043 (delta 62746)
Receiving objects: 100% (96209/96209), 33.93 MiB | 1.04 MiB/s, done.
Resolving deltas: 100% (67543/67543), done.
Submodule 'experimental'
(https://system@scm.trinitydesktop.org/scm/git/experimental) registered for
path 'experimental'
Submodule 'main/applications/abakus'
(https://system@scm.trinitydesktop.org/scm/git/abakus) registered for
path 'main/applications/abakus'
...
...
Cloning into '/cache/TDE/tde/experimental'...
fatal: unable to
access 'https://system@scm.trinitydesktop.org/scm/git/experimental/': The
requested URL returned error: 503
fatal: clone of 'https://system@scm.trinitydesktop.org/scm/git/experimental'
into submodule path '/cache/TDE/tde/experimental' failed
Failed to clone 'experimental'. Retry scheduled
Cloning
into '/cache/TDE/tde/main/applications/compizconfig-backend-tdeconfig'...
fatal: unable to
access 'https://system@scm.trinitydesktop.org/scm/git/compizconfig-backend-tdeconfi…':
The requested URL returned error: 503
fatal: clone
of 'https://system@scm.trinitydesktop.org/scm/git/compizconfig-backend-tdeconfig'
into submodule
path '/cache/TDE/tde/main/applications/compizconfig-backend-tdeconfig' failed
Failed to clone 'main/applications/compizconfig-backend-tdeconfig'. Retry
scheduled
...
...
>>>> Nothing but a one line output reporting "tdm-trinity is broken or not
>>>> fully installed". :-(
>>> The first line is the shebang line!
>> And the second line is the one that didn't have "-x" at end until I tried
>> your suggestion. How do I "see where it's failing", and solve $SUBJECT?
> Have you tried adding " -x" to the first line and not to the "set -e" line?
# head tdm*
==> tdm-trinity.postinst01 <==
#! /bin/sh
set -e
# source debconf library
. /usr/share/debconf/confmodule
# debconf is not a registry, so we only fiddle with the default file if it
# does not exist
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
==> tdm-trinity.postinst02 <==
#! /bin/sh
set -e
# source debconf library
. /usr/share/debconf/confmodule -x
# debconf is not a registry, so we only fiddle with the default file if it
# does not exist
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
# dpkg-reconfigure tdm-trinity
/usr/sbin/dpkg-reconfigure: tdm-trinity is broken or not fully installed
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
#1 The List of LiveCDs located at https://wiki.trinitydesktop.org/LiveCDs are mostly outdated, meaning that they don't contain the latest version of TDE, although the page states "Unless otherwise marked, all of them contain the most recent version of Trinity". If LiveCDs are always gonna be late behind then the previous statement should be removed.
#2 Whose working on Ubuntu Releases and Ubuntu Nightly? I'm pretty sure they are not official Ubuntu flavors so they must be community driven, and why are they so late behind with R14.04 version?
Hi,
in Debian Buster I found out mp4v2 is missing - perhaps no one fixed a bug
there, but amarok depends on libmp4v2-dev.
I am wondering if there is any solution to this?
thanks
The Trinity Desktop Environment (TDE) development team is pleased to
announce the immediate availability of the new TDE Weblate Translation
Workspace (TWTW) collaboration tool, which allows users to easily
translate TDE strings into their languages and contribute to improve the
quality of the TDE translations.
TWTW is a self-hosted instance of Weblate designed to manage TDE
translations. It is tightly integrated with TDE Gitea Workspace (TGW) and
provides:
* a simple and clean user interface for working on translations
* integrated quality checks of translations
* displaying of referenced source files in TGW
* retrieving translations and templates from TGW
* automatic updating of translations according to the templates
* automated committing of translations back into TGW
* proper crediting of translators in commit messages
* consistent updating of strings from both stable and development branches
Thanks to TWTW users can simply focus on the translation work without
having to worry about how to get the translation template files, how to
update them and how to send their changes back to developers. Even users
without any coding knowledge will be able to successfully contribute to
improve translation strings and make TDE an even better environment.
Read more about TWTW and how to use it on the wiki
https://wiki.trinitydesktop.org/TDE_Weblate_Translation_Workspace and
access the workspace at https://mirror.git.trinitydesktop.org/weblate .
Hi!
I just found "transcode" to be missing from devuan beowulf. Aparently it was missing in ascii, also, but I just have not noticed. Is there a drop-in replacement?
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
It's a critical but difficult issue. But obviously the development of the best desktop environment that exists cannot be weighed down or stopped by personal issues. This is not a criticism to anyone, we should be grateful to those who have contributed even if today the lack of time or other personal reasons make them no longer active. But TDE development must continue, there are many people who use it (even if they seem invisible because they are not developers / contributors or do not participate in the mailing lists). A robust infrastructure system that is resilient to personal issues must be sought and put in place. It is necessary to deploy the infrastructure on quality servers that do not depend on a specific person, so I understand the two appropriate questions are "Are there people, companies or organizations that can provide infrastructure to the project?" (it is possible to search and contact those who support other free software projects of similar size and needs) and "If there is not enough server infrastructure provided free of charge for the deployment of all the infrastructure, what is the cost (monthly and annual) of paying for commercial servers with the necessary features?" (and consider the feasibility of a cash donation campaign).
Best regards.
De: Mike Bird <mgb-trinity(a)yosemite.net>
Para: trinity-devel(a)lists.pearsoncomputing.net
Enviado: Miércoles 17 de abril de 2019 21:29
Asunto: Re: [trinity-devel] TDE Mirrors
On Wed April 17 2019 11:32:27 Slávek Banko wrote:
> I understand that you are angry and you feel that we are wasting your
> efforts. You should know, that we very much appreciate your efforts. We
> also want things to happen better. We encounter the above problems more
> often, not just when the new version is released. And often we also feel
> lost efforts. Even so, we still try to do the best we can. But there are
> things that are simply not possible in the current situation. Something
> has to change.
Slávek,
Thank you for your thoughtful and detailed response. I think a 14.0.6
announcement to -user and -devel would be worthwhile.
I will try to contact Tim (again).
I'm not going to rush any changes but medium-term if (a) we cannot reach
Tim and (b) there is a consensus among all major contributors then I
could consider changing the source for the primary mirror. (We feed all
the secondary mirrors.)
Incidentally trinitydesktop.org domain registration expires in less than
a year.
--Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting