Skip to content

Instantly share code, notes, and snippets.

FROM ros
ENV ROSDEP_DEFAULT_LIST="/etc/ros/rosdep/sources.list.d/20-default.list"
ENV DEFAULT_INDEX_URL="https://raw.githubusercontent.com/ros/rosdistro/master/index-v4.yaml"
ENV ROSDISTRO_INDEX_URL="file:///var/lib/rosdep/https_raw.githubusercontent.com_ros_rosdistro_master_index-v4.yaml"
RUN set -eu \
&& apt-get -y update \
&& apt-get -y install curl \
&& http_uris="$(mktemp -t http_uris.XXXXXX)" \
&& sed -nr 's/^(gbpdistro|yaml) (http[[:graph:]]+)(.*)$/\2/gp' \
<"${ROSDEP_DEFAULT_LIST}" \
@the-real-neil
the-real-neil / find-old-files.sh
Last active April 27, 2016 15:08 — forked from mixu/find-old-files.sh
Find oldest files in a git repo
for filename in $(git ls-tree -r --name-only HEAD)
do
echo $(git log -1 --format="%aI" -- $filename) $filename
done

Keybase proof

I hereby claim:

  • I am rubicks on github.
  • I am rubicks (https://keybase.io/rubicks) on keybase.
  • I have a public key whose fingerprint is 4054 15D4 D2BB 6CD7 42D9 BC57 6549 ED02 A524 0B46

To claim this, I am signing this object: