This file contains hidden or 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
require 'octokit' | |
@client = Octokit::Client.new | |
@client.update_source_import(ARGV[0]) |
This file contains hidden or 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
[ 11.219832] [drm:sunxi_drm_load] *ERROR* [dengbo] debug from here | |
[ 11.226873] [drm:sunxi_display_init] *ERROR* unable to map dsi registers | |
[ 11.234235] [drm:sunxi_drm_load] *ERROR* failed to initialize sunxi drm dev. | |
[ 11.242205] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 11.242246] sunxi-drm: probe of sunxi-drm failed with error 11005952 |
This file contains hidden or 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
➔ uscan --verbose --download-current-version | |
uscan info: uscan (version 2.17.6) See uscan(1) for help | |
uscan info: Scan watch files in . | |
uscan info: Check debian/watch and debian/changelog in . | |
uscan info: package="kdsoap" version="1.6.0-0neon" (as seen in debian/changelog) | |
uscan info: package="kdsoap" version="1.6.0" (no epoch/revision) | |
uscan info: ./debian/changelog sets package="kdsoap" version="1.6.0" | |
uscan info: Process ./debian/watch (package=kdsoap version=1.6.0) | |
uscan info: Found upstream signing keyring: debian/upstream/signing-key.asc | |
uscan info: opts: pgpsigurlmangle=s/$/.asc/ |
This file contains hidden or 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/env ruby | |
require 'octokit' | |
@client = Octokit::Client.new | |
repo = ARGV[1] | |
gh_repo = "KDE/#{repo}" | |
if @client.repository?(gh_repo) |
This file contains hidden or 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
BUILD_ARCHES=(arm) | |
BASE_SDK_LIST=() | |
SDK_LIST+=('kde-sdk-images') |
This file contains hidden or 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
<% | |
f = taglib("/lib/form") | |
f.entry(:title => 'Package name', :description => "Package name to build") do | |
f.textbox(:field => 'packagename') | |
end | |
f.dropdownList(:name => "distributionType", :title => "Distribution") do | |
f.dropdownListBlock(:title => 'Debian', :value => 'debian') do | |
end | |
f.dropdownListBlock(:title => 'Ubuntu', :value => 'ubuntu') do |
This file contains hidden or 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
<% | |
f = taglib("/lib/form") | |
f.dropdownList(:title => 'Distribution', :description => "Distribution to rebuild the package from") do | |
end | |
%> |
This file contains hidden or 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/env ruby | |
#!/usr/bin/env ruby | |
require 'aptly' | |
require 'optparse' | |
require 'ostruct' | |
require 'uri' | |
require 'net/ssh/gateway' | |
require 'logger' |
This file contains hidden or 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
deb http://ds9-eu.s3-website.eu-central-1.amazonaws.com/dci/packages/netrunner 1703 backports calamares ds9-artwork ds9-common extras frameworks kde-applications netrunner-desktop netrunner plasma plasmazilla qt5 | |
deb http://ds9-eu.s3-website.eu-central-1.amazonaws.com/dci/packages/netrunner netrunner-backports backports calamares ds9-artwork ds9-common extras frameworks kde-applications netrunner-desktop netrunner plasma plasmazilla qt5 |
This file contains hidden or 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
deb http://ds9-eu.s3-website.eu-central-1.amazonaws.com/dci/packages/netrunner 1703 frameworks kde-applications .... | |
deb http://ds9-eu.s3-website.eu-central-1.amazonaws.com/dci/packages/netrunner netrunner-backports frameworks kde-applications .... |