Skip to content

Commit

Permalink
Add all Ubuntu EOL distros back to boxturtle to old release template (#…
Browse files Browse the repository at this point in the history
…637)

* add all Ubuntu distros targeted by ROS distros to old_release_set template

Signed-off-by: Mikael Arguedas <[email protected]>

* add comment explaining why old distros are listed

Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored and dirk-thomas committed Jun 6, 2019
1 parent cdae68b commit 0ca4e94
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@[if os_name == 'ubuntu' and os_code_name in ['saucy', 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful']]@
@# Ubuntu raring and older are checked for official docker images generation
@# https://github.com/osrf/docker_images/pull/273
@[if os_name == 'ubuntu' and os_code_name in ['lucid', 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful']]@
RUN find /etc/apt/ -name *.list -exec sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' {} \;
@[end if]@

0 comments on commit 0ca4e94

Please sign in to comment.