Skip to content

Instantly share code, notes, and snippets.

View strider's full-sized avatar
:octocat:
Work from home

Gaël Chamoulaud strider

:octocat:
Work from home
View GitHub Profile
@strider
strider / BZ_Triage_workflow
Last active March 30, 2022 10:33
Essentials-data Bugzilla Triage Workflow
flowchart TB
NewBZ["fa:fa-bug New BZ"]:::stock
NewBZ --> IsInsightsClientBZ[/Is an <b>insights-client</b> BZ?\]
IsInsightsClientBZ -. Yes .-> IsForCore[/Is an <b>insights-core data collection</b> BZ?\]:::core
IsInsightsClientBZ -. No .-> CheckDuplicatedBZ
IsForCore -. Yes .-> AssignToBob[Add <b>bfahr at redhat.com</b> as assignee <br> and <b>'INSGHTCORE'</b> in the Internal Withboard BZ field <br>and let the BZ as <b>NEW</b>]:::core
IsForCore -. No .-> CheckDuplicatedBZ
NewBZ --> CheckDuplicatedBZ[/Is a duplicated BZ?\]
CheckDuplicatedBZ -->|No| NeedInfo[/Need more information from reportee?\]
@strider
strider / Yabai_Configs.md
Created February 7, 2021 05:30 — forked from TomFaulkner/Yabai_Configs.md
Yabai configs

This is my current (as of 4/30/2020) Yabai and skhdrc config as well as the Ubersicht (http://tracesof.net/uebersicht/) widget I use rather than the Yabai status bar. I went this route rather than the built-in status bar because I didn't like how Yabai as of 2.0.1 handled multiple monitors in the status bar.

Nothing is too far from defaults here, and the spaces.coffee was something I found linked in an issue on Yabai's github page.

@strider
strider / emojis.json
Created January 22, 2021 20:42 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "&#128105;&zwj;&#128105;&zwj;&#128103;&zwj;&#128103;", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "&#128105;&zwj;&#128105;&zwj;&#128103;&zwj;&#128102;", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "&#128105;&zwj;&#128105;&zwj;&#128102;&zwj;&#128102;", "category": "People & Body (family)", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "&#128104;&zwj;&#128105;&z
@strider
strider / run-validations-mistral.sh
Created April 18, 2019 11:45
run-validations-mistral.sh
#!/bin/bash
set -eux
set -o pipefail
### --start_docs
## Run all validations for one group name
## ======================================
## Prepare Your Environment
@strider
strider / run-validations.sh
Created April 18, 2019 11:39
run-validations.sh
#!/bin/bash
set -ux
## * Source in the undercloud credentials.
## ::
source /home/stack/stackrc
VALIDATIONS_BASEDIR="/usr/share/openstack-tripleo-validations"
diff --git a/opm-spec-create.py b/opm-spec-create.py
index fd05ec3..dd6ba58 100644
--- a/opm-spec-create.py
+++ b/opm-spec-create.py
@@ -31,7 +31,8 @@ from rdopkg.helpers import cdir
from rdopkg.utils.cmd import git
-RDOINFO = 'https://review.rdoproject.org/r/rdoinfo.git'
+# RDOINFO = 'https://review.rdoproject.org/r/rdoinfo.git'