Topic: https://qelectrotech.org/ is down for several days now !

https://github.com/qelectrotech/qelectr … issues/261

FYI, following the many problems encountered recently, we decided to leave our host TuxFamily friends whom I had been with for almost 20 years, and to migrate qelectrotech.org to another host which will be at our expense.. ~150€/year...

We hope to restore all the infrastructure in a few days if all goes well, please wait.
Sorry about that!
Big thanks to Xavier he help me a lot for moving data to new host server.

Regards,
Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: https://qelectrotech.org/ is down for several days now !

Web area is now out and moved to new host.

Edit: FYI, I deleted QET mailling list (99,9% SPAM)
Download aera is out since some weeks.

Enjoy! ,-)

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: https://qelectrotech.org/ is down for several days now !

FYI, Debian packages url moved to:

https://debian.qelectrotech.org/qet/builds/debian/

See wiki: https://qelectrotech.org/wiki_new/doc/install_debian

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: https://qelectrotech.org/ is down for several days now !

scorpio810 wrote:

Github is now the GIT origin for new branches, fix, etc.
Check your origin

git remote -v
origin  git://git.tuxfamily.org/gitroot/qet/qet.git (fetch)
origin  git://git.tuxfamily.org/gitroot/qet/qet.git (push)

Change to  https://github.com/qelectrotech/qelectr … irror.git, adapt it if you want to use SSH..

git remote set-url origin https://github.com/qelectrotech/qelectrotech-source-mirror.git

Verify:

git remote -v
origin  https://github.com/qelectrotech/qelectrotech-source-mirror.git (fetch)
origin  https://github.com/qelectrotech/qelectrotech-source-mirror.git (push)

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: https://qelectrotech.org/ is down for several days now !

https://qelectrotech.org/forum/viewtopi … 893#p18893

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: https://qelectrotech.org/ is down for several days now !

Btw, we added Submodules for Single Application and PugiXml libs on our Git:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
How to Build after clone our github repository

Initialize Submodules

git submodule init
git submodule update

Or

git submodule update --init --recursive

Btw, we think also moving the "elements" directory to new repository and use submodules too soon....

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: https://qelectrotech.org/ is down for several days now !

FYI, "elements" directory is now separated to a new repository and use submodules also is now ready!

Joshua can be happy. nomicons/wink

It 's more easy for elements contributors to maintained and add new pull request.

git clone https://github.com/qelectrotech/qelectrotech-elements.git

Note (upstream and maybe mainstream and elements translators): for update remote elements submodule with lastest change on git qelectrotech-source-mirror directory:

git submodule update --remote elements

All modules:

git pull  --recurse-submodules

https://www.theserverside.com/blog/Coff … submodules

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."