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
description: Help improve OctoPi-UpToDate by reporting observed bugs. Got a question or need support? See "Have questions or need support?" instead!
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: >
7
+
8
+
### ✋ **This is bug tracker, not a support forum**
9
+
10
+
11
+
If something isn't working right, you have questions or need help, [**get in touch on the forums**](https://community.octoprint.org/c/support/).
12
+
13
+
14
+
Only proceed here if you are 100% sure the issue you are seeing is actually a bug in OctoPi-UpToDate's build scripts. If in doubt, check
15
+
in on the forums first, we can always file a bug from a support request later.
16
+
- type: dropdown
17
+
attributes:
18
+
label: What OctoPi-UpToDate modification is involved?
19
+
options:
20
+
- 01-update-octoprint
21
+
- 02-update-boot
22
+
- 03-update-libcamera-apps
23
+
- 80-install-user-fix
24
+
- 81-fix-octopi-txt
25
+
- 99-write-build
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: The problem
31
+
description: >-
32
+
Describe the issue you are experiencing here. Tell us what you were trying to do
33
+
step by step, and what happened that you did not expect.
34
+
35
+
Provide a clear and concise description of what the problem is and include as many
36
+
details as possible.
37
+
placeholder: |
38
+
1. ...
39
+
2. ...
40
+
3. ...
41
+
validations:
42
+
required: true
43
+
- type: checkboxes
44
+
attributes:
45
+
label: Please confirm you have understood that you can ONLY report issues with the particular OctoPi-UpToDate build scripts here, not general OctoPrint or OctoPi issues.
46
+
options:
47
+
- label: I confirm that my issue is **NOT** about OctoPrint.
48
+
required: true
49
+
- label: I confirm that my issue is **NOT** about OctoPi.
50
+
required: true
51
+
- label: I confirm that my issue is **ONLY** about OctoPi-UpToDate.
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ 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
-
*`11-install-libcamera-webcamd`: Replaces the existing webcamd script with one capable of using the new libcamera stack for RPi
14
+
*`03-update-libcamera-apps`: Updates the the libcamera apps to the latest version
16
15
*`80-install-user-fix`: Installs a compatibility layer to support renaming the `pi` user, if needed.
17
16
*`99-write-build`: Writes the build tag to `/etc/octopiuptodate-build`
18
17
@@ -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.
Sure, check out [CustoPiZer's README](https://github.com/OctoPrint/CustoPiZer) for
35
+
Sure, check out [CustoPiZer's README](https://github.com/OctoPrint/CustoPiZer) for
37
36
instructions on how to set up your own image build for modified but clean OctoPi images!
38
37
39
38
## Are these images available on the download page and in the Raspberry Pi Imager?
@@ -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