some possible additions to dev
trwnh opened this issue · 0 comments
trwnh commented
make sure no pending linux kernel updates; if so, reboot
yay -S nbd
sudo modprobe nbd max_part=16
sudo qemu-nbd -c /dev/nbd0 /var/lib/libvirt/images/archlinux-pixelfed.qcow2
sudo mount /dev/nbd0p2 /tmp/pixelfed
sudo umount /dev/nbd0p2
sudo qemu-nbd -d /dev/nbd0
this gives a write lock though :( might have to double-clone and maintain two separate git environments
git clone -b dev https://github.com/pixelfed/pixelfed
git branch staging [commithash]
git branch -u origin/staging staging
git checkout staging
git checkout -b localbranch origin/remotebranch