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
| Thread 11 (Thread 0xffff535fe0c0 (LWP 944)): | |
| #0 0x0000ffff81d7b22c in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xffff80cbb6a8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 | |
| #1 0x0000ffff81d7b22c in __pthread_cond_wait_common (abstime=0x0, mutex=0xffff80cbb650, cond=0xffff80cbb680) at pthread_cond_wait.c:502 | |
| #2 0x0000ffff81d7b22c in __pthread_cond_wait (cond=0xffff80cbb680, mutex=0xffff80cbb650) at pthread_cond_wait.c:655 | |
| #3 0x0000ffff80c142bc in () at /usr/lib/aarch64-linux-gnu/libQt5Script.so.5 | |
| #4 0x0000ffffcce5b550 in () | |
| Thread 10 (Thread 0xffff53fff0c0 (LWP 937)): | |
| #0 0x0000ffff81d7b544 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0xffff00000000, expected=0, futex_word=0xaaaae20d29ec) |
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 |