View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000003 | CAMAP/InterAMAP44 | CAMAP | public | 2023-04-04 00:00 | 2023-07-08 15:59 |
Reporter | Amaury | Assigned To | Amaury | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | Preprod | ||||
Target Version | Preprod | Fixed in Version | v1 (Prod InterAMAP44) | ||
Summary | 0000003: Erreur d'install neko-camap | ||||
Description | Le passage en archive de debian jessie provoque une erreur | ||||
Tags | No tags attached. | ||||
|
Remplacer camap-ts/docker-compose/neko/Dockerfile parFROM codeurs/mod-neko RUN echo "deb http://archive.debian.org/debian/ jessie main" > /etc/apt/sources.list RUN echo "deb-src http://archive.debian.org/debian/ jessie main" >> /etc/apt/sources.list RUN apt-get update RUN sed -i 's!/var/www/html!/var/www/www!g' /etc/apache2/sites-available/000-default.conf RUN service apache2 restart RUN apt-get update RUN apt-get -y --force-yes install curl RUN haxelib setup /usr/share/haxelib RUN haxelib install -notimeout templo RUN cd /usr/bin && haxelib run templo |
|
camap-ts/docker-compose/neko/Dockerfile Dockerfile.patch (364 bytes)
1a2,4 > RUN echo "deb http://archive.debian.org/debian/ jessie main" > /etc/apt/sources.list > RUN echo "deb-src http://archive.debian.org/debian/ jessie main" >> /etc/apt/sources.list > RUN apt-get update 5c8 < RUN apt-get -y install curl --- > RUN apt-get -y --force-yes install curl 7c10 < RUN haxelib install templo --- > RUN haxelib install -notimeout templo |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-04-04 00:00 | Amaury | New Issue | |
2023-04-04 00:00 | Amaury | Status | new => assigned |
2023-04-04 00:00 | Amaury | Assigned To | => Amaury |
2023-04-04 00:00 | Amaury | Note Added: 0000003 | |
2023-04-04 08:40 | Amaury | Product Version | => Preprod |
2023-04-12 22:04 | Amaury | Target Version | => v1 (Prod InterAMAP44) |
2023-05-12 12:24 | Amaury | Status | assigned => resolved |
2023-05-18 12:49 | Amaury | Note Added: 0000033 | |
2023-05-18 12:49 | Amaury | File Added: Dockerfile.patch | |
2023-05-24 22:00 | Amaury | Target Version | v1 (Prod InterAMAP44) => Preprod |
2023-07-08 15:59 | Amaury | Status | resolved => closed |
2023-07-08 15:59 | Amaury | Resolution | open => fixed |
2023-07-08 15:59 | Amaury | Fixed in Version | => v1 (Prod InterAMAP44) |
2023-07-15 16:49 | Amaury | Category | CAMAP Amap44 => CAMAP |