A simple set of scripts to make switching haiku revision easier
Find a file
2024-09-08 04:05:37 -03:00
haikuchanges.sh fixed issue not showing commits if answering no to update 2024-02-10 12:05:12 -03:00
haikurev.sh displays correctly beta5 2024-09-08 04:05:37 -03:00
install_haikurev.sh fixed a typo in install 2024-06-17 20:15:47 -03:00
LICENSE Initial commit 2024-02-08 21:40:33 -03:00
README.md Update README.md 2024-02-10 11:58:24 -03:00

Haiku Revision Switcher

This little bash script lets you switch nightly releases in Haiku easily. It fetches the latest from the web and lets you pick a revision to switch to.

This basically helps you do faster what is explained here

It also checks if you have a local $HAIKU_SRC installed and if so will show you commit messages related with this selected revision (and even offer to fetch/pull changes).

It looks like this:

----------------------------
Pick Haiku Revision to install
----------------------------
If anything goes wrong go back to stable
Current will enable UNSTABLE nightly builds
Pick a hrev to test and keep a specific build
----------------------------

> stable
  current
  r1~beta4_hrev57576
  r1~beta4_hrev57575
  r1~beta4_hrev57573
  r1~beta4_hrev57571
  r1~beta4_hrev57564
  r1~beta4_hrev57560

Installing:

  git clone https://github.com/blackjack75/haiku_rev_switcher

Running:

  cd haiku_rev_switcher
  ./haikurev.sh