/etc/os-release
Run only a specific test with tox:
$ tox -e py38 -- oslo_service.tests.test_wsgi.TestWSGIServerWithSSL.test_ssl_server
Run command in a virtualenv managed by tox:
$ tox -e venv -- <command>
This file contains hidden or 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
!$ # last used path | |
$@ # positional parameters | |
# https://mywiki.wooledge.org/Bashism |
This file contains hidden or 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
$ isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=88 -rc openstack |
This file contains hidden or 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
│13:22:49 hberaud | smcginnis, fungi: o/ any idea what's the problem here or how to identify him? => https://review.opendev.org/#/c/743972/1 | |
│13:23:39 hberaud | CI logs are not really verbose so we can't find the issue, and locally everything works fine. | |
│14:23:46 smcginnis | hberaud: tox isn't in the default PATH, so https://opendev.org/openstack/oslo-cookiecutter/src/branch/master/tools/test_tox_targets.sh#L33 | |
│ | fails to find it. | |
│14:24:11 smcginnis | I think that script needs to be updated to take the environment variable that gets set, or else the zuul configuration needs to add tox to | |
│ |
This file contains hidden or 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
From 6eb68519a9e917169e7285df14c7ea20d0ff58a5 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Herv=C3=A9=20Beraud?= <[email protected]> | |
Date: Tue, 7 Jul 2020 11:33:55 +0200 | |
Subject: [PATCH] Introducing usage of pre-commit | |
MIME-Version: 1.0 | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Transfer-Encoding: 8bit | |
Adding pre-commit |
This file contains hidden or 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
#!/bin/bash | |
# Script to download the content of all etherpads listed on https://ptg.opendev.org/etherpads.html | |
# This script uses photonos because the pages are built with JavaScript | |
# Default configuration | |
DEFAULT_PHOTONOS_BIN="photonos" # Default path assumes photonos is in PATH | |
PHOTONOS_BIN="$DEFAULT_PHOTONOS_BIN" # Path to photonos executable | |
DEFAULT_OUTPUT_DIR="etherpads_content" | |
ETHERPADS_INDEX="etherpads_index.html" |
OlderNewer