:: Re: [devuan-dev] Status of releaseb…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jaromil
Date:  
À: devuan-dev
Sujet: Re: [devuan-dev] Status of releasebot and updates to www.devuan.org
On Mon, 14 Aug 2017, Evilham wrote:

> Current infrastructure pad:
> https://pad.dyne.org/code/#/1/edit/usQoFADFDsJ9UAFbVm0H7A/FPGyscaoxWTAqqgscT1bw7VA
>
> Build system improvements pad:
> https://pad.dyne.org/code/#/1/edit/nXiySd0FPHvG8pBgGgImxA/aJ87TdwIEWiIk96GZcFwypn
> Both of these are being committed regularly to
> https://git.devuan.org/devuan-infrastructure/infrastructure_doc/



can I commit directly on the git?

this is much better for me, since i'm often offline and find it easier
to work inside emacs than a browser.

one urgent thing to correct in amprolla's section of current infra is
that we are not running amprolla2 but the first amprolla.

also that the current infrastructure has a local change that is not
committed in the repo of amprolla1 which is the diff below

commit:

9f22cb8 [ahead 1] ascii should track stretch instead of testing

```
diff --git a/libs/config.py b/libs/config.py
index b6f2686..6439d6a 100644
--- a/libs/config.py
+++ b/libs/config.py
@@ -88,12 +88,12 @@ REPOS={
}

 DEBIAN_ALIASES={
-   "ascii": "testing",
-   "ascii-backports": "testing-backports",
-   "ascii-proposed-updates": "testing-proposed-updates",
-   "ascii-updates": "testing-updates",
+   "ascii": "stretch",
+   "ascii-backports": "stretch-backports",
+   "ascii-proposed-updates": "stretch-proposed-updates",
+   "ascii-updates": "stretch-updates",
    "jessie-security": "jessie/updates",
-   "ascii-security": "testing/updates"
+   "ascii-security": "stretch/updates"
 }



diff --git a/nginx/rewrites.conf b/nginx/rewrites.conf
index b572a5d..8aa2bf3 100644
--- a/nginx/rewrites.conf
+++ b/nginx/rewrites.conf
@@ -1,6 +1,7 @@
-rewrite scheme://nz.mirror.org/merged/pool/DEBIAN/(.*) http://ftp.nz.debian.org/debian/pool/$1;
-rewrite /merged/pool/DEVUAN/(.*) http://packages.devuan.org/devuan/pool/$1;
+rewrite http://nz.mirror.devuan.org/merged/pool/DEBIAN/(.*) http://ftp.nz.debian.org/debian/pool/$1 last;
+rewrite /merged/pool/DEVUAN/(.*) $scheme://packages.devuan.org/devuan/pool/$1;
rewrite /merged/pool/DEBIAN-SECURITY/(.*) http://security.debian.org/pool/$1;
+rewrite /merged/pool/DEBIAN-SEC/(.*) http://security.debian.org/pool/$1;
rewrite /merged/pool/DEBIAN/(.*) http://httpredir.debian.org/debian/pool/$1;
rewrite /merged/pool/MARILLAT/(.*) http://www.deb-multimedia.org/pool/$1;
rewrite /merged/dists/(.*)/main/(installer-.*)/(.*) /devuan/dists/$1/main/$2/$3;
```


looking on the server I find two unknown user accounts that are
probably belonging to people who wanted to volunteer in the past but
never did. I'd rather go forward and migrate ASAP to amprolla3 also to
make a cleanup of accounts, since its not exactly clear to me who and
why they are there.



ciao