You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ A bunch of simple update scripts are run via [CustoPiZer](https://github.com/Oct
11
11
12
12
*`01-update-octoprint`: Updates OctoPrint to the latest version
13
13
*`02-update-boot`: Updates bootloader and kernel to the latest version
14
-
*`10-install-arducam-mjpg-streamer`: Replaces the existing mjpg-streamer with the Arducam fork available [here](https://github.com/ArduCAM/mjpg-streamer).
15
14
*`80-install-user-fix`: Installs a compatibility layer to support renaming the `pi` user, if needed.
16
15
*`81-fix-octopi-txt`: Replaces `/boot/octopi.txt` with one with updated documentation regarding camera options.
17
16
*`99-write-build`: Writes the build tag to `/etc/octopiuptodate-build`
@@ -21,7 +20,7 @@ A bunch of simple update scripts are run via [CustoPiZer](https://github.com/Oct
21
20
There's a [Taskfile](https://taskfile.dev) in this repository that you can use to run the update scripts locally.
- Create a `workspace` directory and place your `input.img` in that
26
25
- Run `task build`
27
26
@@ -42,6 +41,8 @@ Yes, they are!
42
41
43
42
## I have a problem, where's the issue tracker for this project?
44
43
45
-
Nowhere, because this really is just a build automation.
46
-
47
44
If you need support with OctoPrint or OctoPi, [please get in touch on the OctoPrint Community Forums](https://community.octoprint.org).
45
+
46
+
For issues *specific to this project*, please [open an issue here](https://github.com/OctoPrint/OctoPi-UpToDate/issues/new?template=bug_report.yml). Please note that the only issues accepted here are those related to *modifications* done by this build process, as described above.
47
+
48
+
Anything not touched by the modification scripts should *not* be reported here, but rather on the [OctoPi issue tracker](https://github.com/guysoft/OctoPi/issues).
0 commit comments