Skip to content

Instantly share code, notes, and snippets.

View shadeslayer's full-sized avatar
👁️‍🗨️

Rohan Garg shadeslayer

👁️‍🗨️
View GitHub Profile
require 'octokit'
@client = Octokit::Client.new
@client.update_source_import(ARGV[0])
[ 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
➔ 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/
#!/usr/bin/env ruby
require 'octokit'
@client = Octokit::Client.new
repo = ARGV[1]
gh_repo = "KDE/#{repo}"
if @client.repository?(gh_repo)
BUILD_ARCHES=(arm)
BASE_SDK_LIST=()
SDK_LIST+=('kde-sdk-images')
<%
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
<%
f = taglib("/lib/form")
f.dropdownList(:title => 'Distribution', :description => "Distribution to rebuild the package from") do
end
%>
#!/usr/bin/env ruby
#!/usr/bin/env ruby
require 'aptly'
require 'optparse'
require 'ostruct'
require 'uri'
require 'net/ssh/gateway'
require 'logger'
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
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 ....