Skip to content

Instantly share code, notes, and snippets.

View nuclearsandwich's full-sized avatar

Steven! Ragnarök nuclearsandwich

View GitHub Profile
@nuclearsandwich
nuclearsandwich / launch-284.repos
Created August 29, 2019 15:17
external contribution repos file
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: master
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: master
ament/ament_lint:
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: master
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: master
ament/ament_lint:
@nuclearsandwich
nuclearsandwich / expand_changes_files.bash
Created September 13, 2018 21:24
Read in an apt .changes file with a compound Distribution: stanza and create copies for each distribution.
expand_changes_files() {
# This function works around https://github.com/aptly-dev/aptly/issues/757
# by expanding each changes file into one changes file per Distribution.
repo=$1
incoming="$HOME/${repo}/incoming"
for changes_file in $(ls $incoming/*.changes); do
changes_basename=$(basename $changes_file)
distributions="$(grep '^Distribution: ' $changes_file | cut -d':' -f2-)"
for dist in $distributions; do
dist_changes_file=$incoming/${dist}_${changes_basename}
import argparse
import datetime
from github import Github, GithubException, GithubObject
github_api_url = 'https://api.github.com'
# label_dict: name, color
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: master
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: master
ament/ament_lint:
repositories:
ros2/rviz:
type: git
url: https://github.com/mjbogusz/rviz.git
version: ros2

Keybase proof

I hereby claim:

  • I am nuclearsandwich on github.
  • I am nuclearsandwich (https://keybase.io/nuclearsandwich) on keybase.
  • I have a public key ASBXoKhycQESfwUKsusZMwYz5yCVy0OM-Jv9_9a-jiiHMgo

To claim this, I am signing this object:

root@ff9fc0b1af59:/drake# bazel test //...
INFO: Found 1217 targets and 2371 test targets...
FAIL: //drake/automotive/maliput/utility:bazel_buildifier (see /root/.cache/bazel/_bazel_root/9ecb0f4ce434715009a64c73d901046c/execroot/drake/bazel-out/clang-3.9-linux-opt/testlogs/drake/automotive/maliput/utility/bazel_buildifier/test.log).
INFO: From Testing //drake/automotive/maliput/utility:bazel_buildifier:
==================== Test output for //drake/automotive/maliput/utility:bazel_buildifier:
drake/automotive/maliput/utility/BUILD # reformat
Use --strategy=TestRunner=standalone to disable sandboxing for the failing actions.
================================================================================
FAIL: //:bazel_buildifier (see /root/.cache/bazel/_bazel_root/9ecb0f4ce434715009a64c73d901046c/execroot/drake/bazel-out/clang-3.9-linux-opt/testlogs/bazel_buildifier/test.log).
INFO: From Testing //:bazel_buildifier:
@nuclearsandwich
nuclearsandwich / puppet.log
Created May 9, 2017 23:13
Issues with the new aws kernel.
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:09 +0000 Puppet (info): Loading facts
2017-05-09 22:11:11 +0000 Puppet (warning): This method is deprecated, please use the stdlib validate_legacy function, with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README.
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: master
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: master
ament/ament_lint: