Skip to content

Instantly share code, notes, and snippets.

View j-rivero's full-sized avatar

Jose Luis Rivero j-rivero

  • Open Robotics
  • Madrid
View GitHub Profile
## System updates
KB4512192 Cumulative Update for .NET Framework 3.5, 4.7.2, 4.8 for Windows 10, version 1809 and Windows Server 2019
Security intelligence updates for Windows Defender Antivirus and other Microsoft antimalware
## Chocolatey packages
- chocolatey v0.10.15
- cmake.install v3.15.3
- git.install v2.23.0
## System updates
No update available
## Homebrew updates
asio (1.12.2) < 1.12.2_1
boost (1.70.0) < 1.71.0
ccache (3.7.2) < 3.7.3
cmake (3.15.1) < 3.15.3
## System updates
Security Update 2019-004 10.12.6
## Homebrew updates
apr-util (1.6.1_1) < 1.6.1_2
asio (1.12.2) < 1.12.2_1
boost (1.70.0) < 1.71.0
ccache (3.7.2) < 3.7.3
## System updates
None (a part from the update to Windows 10)
## Chocolatey packages
- chocolatey v0.10.15
- cmake.install v3.15.3
- git.install v2.23.0
- jre8 v8.0.221
@j-rivero
j-rivero / pubkey
Last active October 7, 2019 17:40
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDb/X9x619XC2R4aX/d6l4uEtK59GnyVmi+iG6p3M6Nr4Bt4wLAPENXXh43UQt1yzk6ZrVySxjdltA7dHt3G51NigHomopMqxQNPv/ddbUYSp9AuLUfiR+jL0VUeGBpFUyPprKsNJr+Qp5IiiapqTj9Rh6TnMb6O7qIhHuxJCN4RSOQNBQBYgruQEDmuPBeaDZpKJ/YhFv6pYbjOQWvmuEvJJOgEHn6cQPQXbExyGLb23/6bEhFGT49gXl1lz8Fdl1Dz3P7HbkOI2K6/N21oxiqotZyVoN0JZV9XUiP0coII0Ty0ckpjA5bTZhfJGjwwKmIgkrI+tGqyoSRw0Q1L6jt jrivero@niumssh-rsa
dasffdasfasdf
/home/jrivero/code/dart has our fork https://github.com/j-rivero/dart (commit fdde7e7894ebc36bae8811f7a63e5b1c899bb4af)
/tmp/dart current master branch of dart github
diff -ur -x '*.cmake' -x '*CMAKE' -x '\.*' -x '*.md' -x CMakeLists.txt -x '*.cpp' -x '*.py' -x '*.skel' -x '*test*' /home/jrivero/code/dart/dart/common/detail/SharedLibraryManager.hpp /tmp/dart/dart/common/detail/SharedLibraryManager.hpp
--- /home/jrivero/code/dart/dart/common/detail/SharedLibraryManager.hpp 2019-07-18 10:24:06.286887144 +0200
+++ /tmp/dart/dart/common/detail/SharedLibraryManager.hpp 2019-12-10 19:16:54.755516786 +0100
@@ -34,12 +34,15 @@
#define DART_COMMON_DETAIL_SHAREDLIBRARYMANAGER_HPP_
#include <memory>
# 1. Change default value for SCM -> master
# 2. Change Mercurial/Bitbucket block in XML by Github
# use shallow clone and checkout in scripts subdir
find '/var/lib/jenkins/jobs/_dsl_*' -name config.xml \
-exec sed -i -e 's:<defaultValue>default</defaultValue>:<defaultValue>master</defaultValue>:' {} \; \
-exec sed -i -e '/<scm class="hudson.plugins.mercurial.MercurialSCM".*>/,/<\/scm>/c\
<scm class="hudson.plugins.git.GitSCM" plugin="git@4.2.2">\
<configVersion>2</configVersion>\
<userRemoteConfigs>\
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:
#!/bin/bash -e
#
# Usage: generate_params.bash https://gist.githubusercontent.com/wjwwood/8e50d20ce2f42a37dc4327ee9450a696/raw/bfa63a09e22626166f1fe56ec852fdf7c953671b/list_of_packages.txt
if [[ ${#} -lt 1 ]]; then
echo "Usage: ${0} <URL_with_list_of_packages.txt>"
exit -1
fi
PKG_FILE=${1}