Disk image elements for Sahara
Go to file
Luigi Toscano 86763b3f79 Fix (again) the detection of scala version (now https)
The www.scala-lang.org switched to https and the curl call did not
account for this scenario, so it failed.
Switch the address to https and as extra measure add also the -L
argument, which forces curl to follow the redirects.

Switch also the download URL to https.

Story: 2001964
Task: 15089
Change-Id: I82d3dd0bd000284fb5404483bf3ee34a6fbb147b
(cherry picked from commit 30717f2516)
2018-05-07 14:34:30 +02:00
bin Add main script for building sahara images 2015-03-30 16:43:06 +03:00
diskimage-create Migration to Storyboard 2018-05-07 14:34:27 +02:00
elements Fix (again) the detection of scala version (now https) 2018-05-07 14:34:30 +02:00
playbooks/buildimages Add native Zuul v3 buildimages jobs 2017-10-16 14:37:39 +02:00
roles/build-sahara-images-dib Image builder: better default path to the source code 2017-12-07 13:01:01 +01:00
tools Add support to build 2.8.2 image 2018-03-16 12:21:09 +00:00
.gitignore Remove duplicate .coverage in .gitignore file 2015-09-22 17:24:08 +05:30
.gitreview Update .gitreview for stable/queens 2018-02-09 13:45:54 +00:00
.mailmap Adding my alt email to .mailmap 2013-10-07 19:43:43 +04:00
.zuul.yaml Zuul: Remove project name 2018-02-01 06:18:25 -08:00
CONTRIBUTING.rst Migration to Storyboard 2018-05-07 14:34:27 +02:00
HACKING.rst Update the documentation link for doc migration 2017-08-28 08:59:35 +08:00
LICENSE Add LICENSE file 2013-09-02 12:59:05 +04:00
MANIFEST.in Package with pbr 2013-09-02 13:00:09 +04:00
README.rst Migration to Storyboard 2018-05-07 14:34:27 +02:00
requirements.txt Updated from global requirements 2017-09-16 23:24:53 +00:00
setup.cfg Update the documentation link for doc migration 2017-08-28 08:59:35 +08:00
setup.py Updated from global requirements 2017-03-02 17:53:54 +00:00
test-requirements.txt Updated from global requirements 2017-09-11 21:50:28 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/queens 2018-02-09 13:45:57 +00:00

README.rst

Team and repository tags

image

Sahara image elements project

This repo is a place for Sahara-related for diskimage-builder elements.

Script for creating Fedora and Ubuntu cloud images with our elements and default parameters. You should only need to run this command:

tox -e venv -- sahara-image-create

Note: More information about script diskimage-create