This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variables: | |
VERSION_ID: '1.0.$CI_PIPELINE_ID' | |
stages: | |
- build | |
build: | |
image: slauta93/electron-builder-win | |
stage: build | |
artifacts: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
PKGS_TO_INSTALL="cups adduser postgresql-client python python-dateutil python-decorator python-docutils python-feedparser python-imaging python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid python-passlib python-psutil python-psycopg2 python-babel python-pychart python-pydot python-pyparsing python-pypdf2 python-reportlab python-requests python-tz python-vatnumber python-vobject python-werkzeug python-xlwt python-yaml postgresql python-gevent python-serial python-pip python-dev localepurge vim mc mg screen iw hostapd isc-dhcp-server git rsync console-data" | |
apt-get -y install ${PKGS_TO_INSTALL} | |
adduser pi -s /sbin/nologin -p 'raspberry' | |
cd /home/pi | |
git clone -b 9.0 --no-checkout --depth 1 https://github.com/odoo/odoo.git | |
cd odoo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Map & DBC Extractor | |
=================== | |
opened casc storage '/home/wow/old_wowClient/Data' locale enUS | |
Locale enUS not installed. | |
opened casc storage '/home/wow/old_wowClient/Data' locale koKR | |
Locale koKR not installed. | |
opened casc storage '/home/wow/old_wowClient/Data' locale frFR | |
Locale frFR not installed. | |
opened casc storage '/home/wow/old_wowClient/Data' locale deDE | |
Locale deDE not installed. |