Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-25 | fixed broken pillow dependency | Devaev Maxim | |
2021-04-23 | Bump version: 2.56 → 2.57v2.57 | Devaev Maxim | |
2021-04-23 | Bump version: 2.55 → 2.56v2.56 | Devaev Maxim | |
2021-04-23 | Bump version: 2.54 → 2.55v2.55 | Devaev Maxim | |
2021-04-22 | reset spi before uploading the firmware | Devaev Maxim | |
2021-04-18 | Bump version: 2.53 → 2.54v2.54 | Devaev Maxim | |
2021-04-17 | Bump version: 2.52 → 2.53v2.53 | Devaev Maxim | |
2021-04-16 | Bump version: 2.51 → 2.52v2.52 | Devaev Maxim | |
2021-04-16 | Bump version: 2.50 → 2.51v2.51 | Devaev Maxim | |
2021-04-15 | Bump version: 2.49 → 2.50v2.50 | Devaev Maxim | |
2021-04-15 | deps again | Devaev Maxim | |
2021-04-15 | Bump version: 2.48 → 2.49v2.49 | Devaev Maxim | |
2021-04-15 | deps | Devaev Maxim | |
2021-04-15 | Bump version: 2.47 → 2.48v2.48 | Devaev Maxim | |
2021-04-15 | fixed deps | Devaev Maxim | |
2021-04-15 | Bump version: 2.46 → 2.47v2.47 | Devaev Maxim | |
2021-04-15 | python was fixed | Devaev Maxim | |
2021-04-15 | Bump version: 2.45 → 2.46v2.46 | Devaev Maxim | |
2021-04-15 | aiohttp hotfix | Devaev Maxim | |
2021-04-14 | Bump version: 2.44 → 2.45v2.45 | Devaev Maxim | |
2021-04-14 | Bump version: 2.43 → 2.44v2.44 | Devaev Maxim | |
2021-04-14 | python 3.9.3 is broken | Devaev Maxim | |
https://docs.python.org/release/3.9.4/whatsnew/changelog.html#changelog | |||
2021-04-13 | Bump version: 2.42 → 2.43v2.43 | Devaev Maxim | |
2021-04-13 | Bump version: 2.41 → 2.42v2.42 | Devaev Maxim | |
2021-04-10 | Bump version: 2.40 → 2.41v2.41 | Devaev Maxim | |
2021-04-09 | ipmi gpio driver uses ipmitool | Devaev Maxim | |
2021-04-08 | Bump version: 2.39 → 2.40v2.40 | Devaev Maxim | |
2021-04-08 | Bump version: 2.38 → 2.39v2.39 | Devaev Maxim | |
2021-04-07 | Fix /etc/kvmd/{nginx,vnc}/ssl directory creation | Michael B. Sumulong | |
It appears that using quotes when doing brace expansion doesn't work as expected: [root@pikvm-zerow tmp]# mkdir -p -v "./etc/kvmd/{nginx,vnc}/ssl" mkdir: created directory './etc' mkdir: created directory './etc/kvmd' mkdir: created directory './etc/kvmd/{nginx,vnc}' mkdir: created directory './etc/kvmd/{nginx,vnc}/ssl' I believe the desired behavior is the following: [root@pikvm-zerow tmp]# mkdir -p -v "./etc/kvmd/"{nginx,vnc}"/ssl" mkdir: created directory './etc/kvmd/nginx' mkdir: created directory './etc/kvmd/nginx/ssl' mkdir: created directory './etc/kvmd/vnc' mkdir: created directory './etc/kvmd/vnc/ssl' I think the same change would also need to be made to https://github.com/pikvm/packages/blob/master/packages/kvmd/PKGBUILD which I can update if this is acceptable. This proposed change fixes this issue. | |||
2021-04-03 | Bump version: 2.37 → 2.38v2.38 | Devaev Maxim | |
2021-03-26 | Bump version: 2.36 → 2.37v2.37 | Devaev Maxim | |
2021-03-26 | user defined css | Devaev Maxim | |
2021-03-26 | Bump version: 2.35 → 2.36v2.36 | Devaev Maxim | |
2021-03-22 | Bump version: 2.34 → 2.35v2.35 | Devaev Maxim | |
2021-03-21 | Bump version: 2.33 → 2.34v2.34 | Devaev Maxim | |
2021-03-16 | Bump version: 2.32 → 2.33v2.33 | Devaev Maxim | |
2021-03-14 | v3 package | Devaev Maxim | |
2021-03-14 | Bump version: 2.31 → 2.32v2.32 | Devaev Maxim | |
2021-03-14 | ustreamer without dict caching | Devaev Maxim | |
2021-03-13 | Bump version: 2.30 → 2.31v2.31 | Devaev Maxim | |
2021-03-12 | min kernel is 5.10.22-2 | Devaev Maxim | |
2021-03-06 | Bump version: 2.29 → 2.30v2.30 | Devaev Maxim | |
2021-03-01 | Bump version: 2.28 → 2.29v2.29 | Devaev Maxim | |
2021-02-21 | Bump version: 2.27 → 2.28v2.28 | Devaev Maxim | |
2021-02-21 | dep fix | Devaev Maxim | |
2021-02-21 | Bump version: 2.26 → 2.27v2.27 | Devaev Maxim | |
2021-02-21 | update deps | Devaev Maxim | |
2021-02-18 | Bump version: 2.25 → 2.26v2.26 | Devaev Maxim | |
2021-02-18 | ustreamer == 3.17 | Devaev Maxim | |
2021-02-17 | Bump version: 2.24 → 2.25v2.25 | Devaev Maxim | |