From de705faa8e233ecca94a8639efec8711cd1bfa18 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 17 Jun 2019 09:47:20 -0700 Subject: [PATCH] SQUASH Split off dashing/generated-superflore-datetime.inc --- conf/ros-distro/include/dashing/generated-ros-distro.inc | 4 ---- .../include/dashing/generated-superflore-datetime.inc | 8 ++++++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 conf/ros-distro/include/dashing/generated-superflore-datetime.inc diff --git a/conf/ros-distro/include/dashing/generated-ros-distro.inc b/conf/ros-distro/include/dashing/generated-ros-distro.inc index 4090f5a..51eb6be 100644 --- a/conf/ros-distro/include/dashing/generated-ros-distro.inc +++ b/conf/ros-distro/include/dashing/generated-ros-distro.inc @@ -15,10 +15,6 @@ ROS_VERSION = "2" # DO NOT OVERRIDE ROS_PYTHON_VERSION ROS_PYTHON_VERSION = "3" -# The last-modified timestamp in UTC of the upstream ROS_DISTRO-cache.yaml from which superflore generated the recipes. The date -# portion is used as the second version field of DISTRO_VERSION prior to the first release of a ROS_DISTRO. -ROS_SUPERFLORE_GENERATION_DATETIME = "20190607222522" - ROS_SUPERFLORE_GENERATION_SKIP_LIST = "" # Superflore was unable to generate recipes for these packages, eg, because their repositories are not on GitHub. diff --git a/conf/ros-distro/include/dashing/generated-superflore-datetime.inc b/conf/ros-distro/include/dashing/generated-superflore-datetime.inc new file mode 100644 index 0000000..70e08ba --- /dev/null +++ b/conf/ros-distro/include/dashing/generated-superflore-datetime.inc @@ -0,0 +1,8 @@ +# dashing/generated-superflore-datetime.inc +# Generated by superflore -- DO NOT EDIT +# +# Copyright 2019 Open Source Robotics Foundation + +# The start time, in UTC, of the last superflore run that resulted in a change to the generated files. The date portion is used as +# the second version field of ROS_DISTRO_METADATA_VERSION prior to the first release of a ROS_DISTRO. +ROS_SUPERFLORE_GENERATION_DATETIME = "20190607222522"