Skip to content

Instantly share code, notes, and snippets.

View Falkor's full-sized avatar

Sebastien Varrette Falkor

View GitHub Profile
@Falkor
Falkor / bugwarriorrc
Created July 18, 2018 13:17
bugwarriorrc template document
# bugwarriorrc -- Configuration file for Bugwarrior (see https://bugwarrior.readthedocs.io)
##############################################################################
# General stuff.
[general]
targets = gitlab.<domain>, github.com
# If unspecified, the default taskwarrior config will be used.
#taskrc = /path/to/.taskrc
@Falkor
Falkor / git-crypt-rm-gpg-user.sh
Last active February 27, 2024 16:31 — forked from glogiotatidis/remove-gpg-user.sh
Git-crypt remove user.
#!/usr/bin/env bash
#
# Script to remove GPG user (recipient) with git-crypt
#
# It will re-initialize git-crypt for the repository and re-add all keys except
# the one requested for removal.
#
# Note: You still need to change all your secrets to fully protect yourself.
# Removing a user will prevent them from reading future changes but they will
# still have a copy of the data up to the point of their removal.
#!/bin/bash
# Time-stamp: <Tue 2021-08-31 14:26 svarrette>
################################################################################
# Pre-commit hook to avoid accidentally adding unencrypted files with
# [git-crypt](https://www.agwa.name/projects/git-crypt/)
# Fix to [Issue #45](https://github.com/AGWA/git-crypt/issues/45)
#
# Usage:
# $ cd /path/to/repository
# $ git-crypt init
@Falkor
Falkor / easybuild_test_report_13905_easybuilders_preasybuild-easyconfigs_20211803-UTC-22-18-42.md
Created September 3, 2021 22:18
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #13905

Test report for PR(s) easybuilders/easybuild-easyconfigs#13905

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS gmsh-4.8.4-foss-2020b-Python-3.8.6.eb

Time info

  • start: Fri, 03 Sep 2021 22:11:38 +0000 (UTC)
@Falkor
Falkor / easybuild_test_report_13904_easybuilders_preasybuild-easyconfigs_20213303-UTC-21-33-19.md
Created September 3, 2021 21:33
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #13904

Test report for PR(s) easybuilders/easybuild-easyconfigs#13904

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS SLEPc-3.14.2-foss-2020b.eb

Time info

  • start: Fri, 03 Sep 2021 21:21:33 +0000 (UTC)
@Falkor
Falkor / install-tmux.sh
Last active December 23, 2020 18:00 — forked from j3j3k/install-tmux.sh
Install tmux 2.9a on centos 7
#! /bin/bash -l
# Time-stamp: <Wed 2020-12-23 18:59 svarrette>
############################################################################
# Install tmux 2.9a on Centos
# Adapted from https://gist.github.com/j3j3k/2378f8e7bca7bcda7ffab16b6b97a328
CMD_PREFIX=
TMUX_VERSION=2.9a
LIBEVENT_VERSION=2.1.10-stable
@Falkor
Falkor / easybuild_test_report_11747_easybuilders_preasybuild-easyconfigs_20201922-UTC-16-19-28.md
Last active November 22, 2020 16:19
EasyBuild test report for easybuilders/easybuild-easyconfigs PR #11747

Test report for easybuilders/easybuild-easyconfigs#11747

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS Flink-1.11.2-bin-scala_2.11.eb

Time info

  • start: Sun, 22 Nov 2020 16:19:16 +0000 (UTC)
@Falkor
Falkor / easybuild_test_report_10348_easybuilders_preasybuild-easyconfigs_20203626-UTC-12-36-39.md
Created June 26, 2020 12:36
EasyBuild test report for easybuilders/easybuild-easyconfigs PR #10348

Test report for easybuilders/easybuild-easyconfigs#10348

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS Armadillo-9.900.1-foss-2019b.eb

Time info

  • start: Fri, 26 Jun 2020 12:36:16 +0000 (UTC)
@Falkor
Falkor / gist:c5ec1a8fca557a76aea44aaf028bbc68
Created May 29, 2020 17:09
Diff OpenMPI-3.1.4-GCC-8.3.0.eb with SLURM bindings
```diff
--- <prefix>/software/EasyBuild/4.2.1/easybuild/easyconfigs/o/OpenMPI/OpenMPI-3.1.4-GCC-8.3.0.eb 2020-04-14 08:01:43.000000000 +0200
+++ <custom_prefix>/easyconfigs/o/OpenMPI/OpenMPI-3.1.4-GCC-8.3.0.eb 2020-04-03 01:39:46.000000000 +0200
@@ -15,12 +15,51 @@
'46fa94eb417954bdb297291bad4f4d32018af4911bebf3e59af6276eba6a50a9',
]
+# needed for --with-verbs
+osdependencies = [(
+ 'libibverbs-dev',
@Falkor
Falkor / easybuild_test_report_10348_easybuilders_preasybuild-easyconfigs_20200608-UTC-14-06-44.md
Created May 8, 2020 14:06
EasyBuild test report for easybuilders/easybuild-easyconfigs PR #10348

Test report for easybuilders/easybuild-easyconfigs#10348

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS Armadillo-9.860.1-foss-2019b.eb

Time info

  • start: Fri, 08 May 2020 14:06:23 +0000 (UTC)