tis-mattermost-desktop

5.1.1-0
Mattermost est un service de discussion instantanée open source en auto-hébergement. Il est conçu comme un chat interne pour les organisations et les entreprises, et il est présenté comme une alternative à Slack.
23353 téléchargements
Télécharger
Voir le résultat de la construction Voir l'analyse de VirusTotal
tis-mattermost-desktop icon
  • package : tis-mattermost-desktop
  • name : Mattermost
  • version : 5.1.1-0
  • categories : Messaging
  • maintainer : Kevin Guerineau, Simon Fonteneau
  • editor :
  • licence :
  • locale : all
  • target_os : debian_based
  • impacted_process : Mattermost
  • architecture : all
  • signature_date : 2022-07-04 08:44
  • size : 71.13 Mo
  • homepage : https://mattermost.com
package           : tis-mattermost-desktop
version           : 5.1.1-0
architecture      : all
section           : base
priority          : optional
name              : Mattermost
categories        : Messaging
maintainer        : Kevin Guerineau, Simon Fonteneau
description       : The most important is an open source instant chat service in self-hosting. It is designed as an internal chat for organizations and businesses, and is presented as an alternative to Slack.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : debian_based
min_wapt_version  : 
sources           : 
installed_size    : 
impacted_process  : Mattermost
description_fr    : Mattermost est un service de discussion instantanée open source en auto-hébergement. Il est conçu comme un chat interne pour les organisations et les entreprises, et il est présenté comme une alternative à Slack.
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : 
keywords          : 
licence           : 
homepage          : https://mattermost.com
package_uuid      : 32a3f63b-057b-4d03-8c0f-fe5293f98655
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : e69362ea25ae96a76b2c09199379b2a6492307daaa5b511fa7df1bd5bcba3a6a
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : NaVZOadUan60ziJ/SU06FG/eyhAOIkqpHFxSJYmYrLhOfV6Ak3ej1moV9SdvSfTloLZZAWs8gc7Kq94+JtGxhdcAYBzkbAJmGJaJQu6ufxrbO3R+9Cs1E9vnViMADPhpfrPvaaJN+EJh5i5zwFc1TFpTXYEFDv6CYPV2IpeUfMmqwFpW7rlejoUhAUzKfmRJGtK1atValyR1h+IIJMXLV3DGawfhawFmTDdBtHEsO522w4Ey3QUPzCAMGWoHE0pf2Kde05GeFya3op6EWPw0GtEH09z8NzPV57lwXRhVzoH/48gVhzfBNnHxamqdtLVnI2gsl3F4T72px6HZ48xjbg==
signature_date    : 2022-07-04T08:44:53.351684
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
# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey = []

def install():
    install_deb(glob.glob('*.deb')[0])

def uninstall():
    uninstall_apt('mattermost-desktop')
# -*- coding: utf-8 -*-
from setuphelpers import *
import json

def update_package():
    import json

    proxies = get_proxies_from_wapt_console()

    versiononline =  json.loads(wgets('https://api.github.com/repos/mattermost/desktop/releases/latest',proxies=proxies))['tag_name'].strip('v')

    filename = 'mattermost-desktop_%s-1_amd64.deb' % (versiononline)
    url = 'https://releases.mattermost.com/desktop/%s/%s' % (versiononline,filename)

    for fileexe in glob.glob('*.deb'):
        if fileexe != filename :
            print('Delete ' + fileexe)
            remove_file(fileexe)

    if not isfile(filename):
        print('Download ' + url)
        wget(url,filename,proxies=proxies)
    else:
        print('Skip - %s already exist' % filename)

    control.version = versiononline + '-0'
    control.save_control_to_wapt()

febadb8840b1df751b917c96ff4ca816ab415656907d48be01804bf878cd09c2 : setup.py
6b31874a5afa851a62bb22e517d0f7c9a6df4add22ef7adaf9c0af77f14b7a1f : update_package.py
5bf0d43b44a217c1894c460da8dfe6beb6f42677dd0272c3d5770fe322d72352 : mattermost-desktop_5.1.1-1_amd64.deb
e69362ea25ae96a76b2c09199379b2a6492307daaa5b511fa7df1bd5bcba3a6a : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
6e982cb0703c0c26fb43a39222b3d68134d9a28e9470284bd5aabd1ecbdd4a39 : luti.json
45678d90fc9a2fd1510a0d095ed105b9ac964a54a1e345067d48d902f106efe5 : WAPT/control