Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some possible additions to dev #19

Open
trwnh opened this issue Sep 3, 2019 · 0 comments
Open

some possible additions to dev #19

trwnh opened this issue Sep 3, 2019 · 0 comments

Comments

@trwnh
Copy link
Owner

trwnh commented Sep 3, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant