Reproducer + bisect oracle for pipewire/pipewire#5210
("ALSA playback follower enters permanent resync loop on USB pro-audio
device"). Used to bisect to d3946c0b1 "node: remove node.link-group
from drivers" as the introducer on the 1.6 stable branch (clean
boundary 8daf4ba6b GOOD → d3946c0b1 BAD).
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
| Verifying that +dereremit is my blockchain ID. https://onename.com/dereremit |
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
| im host: | |
| mkdir -p ~/.cache/vagrant-apt-cache/precise64/partial/ | |
| in Vagrantfile unter | |
| config.vm.define: | |
| if File.directory? File.expand_path "~/.cache/vagrant-apt-cache/precise64/partial/" | |
| config.vm.share_folder "apt-cache", "/var/cache/apt/archives", "~/.cache/vagrant-apt-cache/precise64", :owner => "root", :group => "root" | |
| 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
| sudo apt-get install xorg-dev | |
| sudo apt-get install git |
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 bash | |
| # Generates gource video (h.264) out of multiple repositories. | |
| # Pass the repositories in command line arguments. | |
| # Example: | |
| # <this.sh> /path/to/repo1 /path/to/repo2 | |
| RESOLUTION="1600x1080" | |
| outfile="gource.mp4" | |
| i=0 |