- obs-service-obs_scm
- obs-service-tar_scm
- obs-service-snapcraft
- obs-service-appimage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
domain_name: obs-server-s390 | |
default_job: tumbleweed | |
jobs: | |
clean: | |
- | |
use_module: Kanku::Handler::RemoveDomain | |
options: | |
domain_name: obs-server-s390 | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- New Tools: | |
* writemodulemd | |
* pbuild | |
* unpackarchive | |
- Feature: add license querying to Build::Rpmmd | |
- Feature: modulemd support | |
- Feature: pbuild initial release | |
- Feature: added versioned debian configs (7-11) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
my $prj = 'devel:languages:perl'; | |
my $template = <<EOL; | |
#################################################### | |
osc meta pkg -F - %s %s <<EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
Kanku::Util::IPTables: | |
start_port: 49001 | |
domain_name: libretime | |
default_job: kanku-job | |
login_user: root | |
login_pass: kankudai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export CACHEDIRECTORY=/tmp/cache | |
export OSC_VERSION=1 | |
rm -rf /tmp/cache/* | |
rm -rf FreeRDP | |
DEBUG_TAR_SCM=1 osc service dr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/sle2docker/native_image.rb b/lib/sle2docker/native_image.rb | |
index 955895e..ffb8b5d 100644 | |
--- a/lib/sle2docker/native_image.rb | |
+++ b/lib/sle2docker/native_image.rb | |
@@ -48,10 +48,18 @@ module Sle2Docker | |
@metadata = parse_metadata_file("#{match['metadata_file']}.metadata") | |
@repository = @metadata['image']['name'] | |
@tag = @metadata['image']['tags'][0] | |
+ verify_tag | |
@build = match['build'] |
NewerOlder