tis-doc-wapt icon

tis-doc-wapt

Silent install package for tis-doc-wapt

0-0

Preprod packages are packages built on LUTI. They remain in PREPROD usually for 5 days, after which a second VirusTotal scan is performed to verify that the status has not changed.
If the package passes this last check, it is promoted to PROD and published on the store.

  • package: tis-doc-wapt
  • version: 0-0
  • maintainer: sfonteneau
  • licence: ©
  • target_os: all
  • architecture: all
  • signature_date:
  • size: 4.04 Ko

package           : tis-doc-wapt
version           : 0-0
architecture      : all
section           : base
priority          : optional
name              : 
categories        : 
maintainer        : sfonteneau
description       : Package for tis-doc-wapt
depends           : 
conflicts         : 
maturity          : PREPROD
locale            : 
target_os         : all
min_wapt_version  : 
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : 
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : 
keywords          : 
licence           : ©
homepage          : 
package_uuid      : de6918e0-4270-4f87-9714-646418b41349
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 
signer            : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date    : 2026-01-30T14:31:37.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : iDHPi2Q9tuE1RNm3ubWe9KlJlRIwLFBL5njKncHnTbv3q7R0Ay8GfsAxZXAirnClwJZdNC4NV8QV95mMeOfYuCskM3GG7jsDrF3SLJTueo4efhdWqLzVmzJtHBHdaVlWP0Jg64Ta2vtw+Wtb5SuG8q5rds/Ef07dCUUw5Y9eI55GIpSNZ02wtX/ZfeBVZFQTKQxqeouxBX671ZySUjXkuO+zQK8RzKvDzt6a4SFQJgO2GpFjlPBkVZM0U2jY7TtmjtcoacO33DMZQd+2gW9NxXQTbC/1BHsc7ckG23zr50Fig4Cdi0m1DJx5OHXbJbsullpY+XgvqI6kS5mlNbfs1A==

# -*- coding: utf-8 -*-
from setuphelpers import *

def install():
    pass



# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import os


def update_package():
    install_apt('python3-pip')
    install_apt('git')
    run(fr'git clone https://gitea.ad.tranquil.it/doc/doc-wapt.git /tpm/doc-wapt')
    import os
    os.chdir('/tpm/doc-wapt')

    run("make clean")
    run("rm -Rf ./build/")
    run("pip3 install -U setuptools --break-system-packages")
    run("pip3 install -r requirements.txt --upgrade --break-system-packages")
    run("make gettext")
    run("sphinx-intl update -p build/locale/ -l fr")
    run("make clean")
    run("make htmlen")
    run('make -e SPHINXOPTS="-D language=\'fr\'" htmlfr')

01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
40629a41eb4454933dec13435569a814cf03b3c74e921fbaf591f0e6a046acd5 : WAPT/control
37f771d6fe6949add7696cb603d1bde7291a532413e0e00efefb4334eda74986 : luti.json
10542f498d8ebb1b388a41da452fc38b1a7e03bfc9020bb15d8b3f55b4a9ee06 : setup.py
0ec7198c2a93dafa14b5f02e5fb70fc442e7451ee4664980acd1d0a4781f1d58 : update_package.py