ich schau mir grade python-streamlink an .. weil mit pip da nichts zumachen war.
vllt. könnte man das gebrauchen für ard / zdf replay .. ich experimentiere noch
Code: Alles auswählen
~/ni-buildsystem$ git checkout (commit 6d30a06)
-bash: Syntaxfehler beim unerwarteten Wort »(«
Code: Alles auswählen
~/ni-buildsystem$ git checkout 6d30a06
error: Pfadspezifikation »6d30a06« stimmt mit keinen Git bekannten Dateien überein
Code: Alles auswählen
~/ni-buildsystem$ git checkout 6d30a066bf35b7a577ba0f0e359b149524b3d401
fatal: Referenz ist kein "Tree"-Objekt: 6d30a066bf35b7a577ba0f0e359b149524b3d401
Code: Alles auswählen
git reset --head ID
Code: Alles auswählen
make update
Code: Alles auswählen
git reset --hard ID
Code: Alles auswählen
cd ni-buildsystem
make update
git reset --hard ca996dd
make clean
make image
Sorry, ich würde mir gerne selbst ein Image mit einem früheren Stand von Neutrino erstellen.
Ja, aber das ist doch der Stand vom NI-Buildsystem. Ich hätte aber gerne die Neutrino-Version vom 17.12.2023.jokel hat geschrieben: ↑Mi 21. Feb 2024, 19:15 sagen wir mal ich möchte nur ein image bauen von stand 17.12.2023
dann mach ich eine console auf und gebe das eindann wir das image erstelltCode: Alles auswählen
cd ni-buildsystem make update git reset --hard ca996dd make clean make image
Code: Alles auswählen
commit 6d30a066bf35b7a577ba0f0e359b149524b3d401
Author: vanhofen <vanhofen@gmx.de>
Date: Sun Dec 17 19:28:55 2023 +0100
- initial-settings: update matze settings
commit 22b6818746f238a1560fe8b163b5acee9e965142
Author: vanhofen <vanhofen@gmx.de>
Date: Sun Dec 17 19:17:05 2023 +0100
- infoviewer: fix background shine through round borders
Code: Alles auswählen
vanhofen@bookworm:~/ni/buildsystem/source/ni-neutrino[master]$ git checkout 6d30a066bf35b7a577ba0f0e359b149524b3d401
Note: switching to '6d30a066bf35b7a577ba0f0e359b149524b3d401'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 6d30a066bf - initial-settings: update matze settings
Code: Alles auswählen
make update distclean
cd source/ni-neutrino
git checkout 6d30a066bf35b7a577ba0f0e359b149524b3d401
cd ../..
make image