View Issue Details

IDProjectCategoryView StatusLast Update
0000003CAMAP/InterAMAP44CAMAPpublic2023-07-08 15:59
ReporterAmaury Assigned ToAmaury  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product VersionPreprod 
Target VersionPreprodFixed in Versionv1 (Prod InterAMAP44) 
Summary0000003: Erreur d'install neko-camap
Description

Le passage en archive de debian jessie provoque une erreur

TagsNo tags attached.

Activities

Amaury

2023-04-04 00:00

administrator   ~0000003

Remplacer camap-ts/docker-compose/neko/Dockerfile par

FROM 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

Amaury

2023-05-18 12:49

administrator   ~0000033

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
Dockerfile.patch (364 bytes)   

Issue History

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