Skip to content

Commit 72a1001

Browse files
committed
Clean merge from 5.0
1 parent d488dc7 commit 72a1001

25 files changed

+3489
-5664
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ contact_links:
55
about: Please ask and answer questions here.
66
- name: Motion Enhancements
77
url: https://github.com/Motion-Project/motion/discussions
8-
<<<<<<< HEAD
98
about: Please use the discussions page and tag as an enhancement request.
10-
=======
11-
about: Please use the discussions page and tag as an enhancement request.
12-
>>>>>>> 5.0

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 8 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,12 @@ body:
2222
label: What is the base version number of Motion being used?
2323
multiple: false
2424
options:
25-
- 4.0.x
26-
- 4.1.x
27-
- 4.2.x
28-
- 4.3.x
29-
- 4.4.x
30-
- 4.5.x
31-
- 4.6.x
32-
- 4.7.x
33-
<<<<<<< HEAD
34-
- 4.8.x
35-
- 4.9.x
36-
- 4.10.x
37-
=======
38-
- 5.0.x
39-
- 5.1.x
40-
- 5.2.x
41-
>>>>>>> 5.0
25+
- 0.0.x
26+
- 0.1.x
27+
- 0.2.x
28+
- 0.3.x
29+
- 0.4.x
30+
- 0.5.x
4231
validations:
4332
required: true
4433
- type: dropdown
@@ -59,11 +48,7 @@ body:
5948
options:
6049
- ARM-32bit
6150
- ARM-64bit
62-
<<<<<<< HEAD
63-
- x86
64-
=======
6551
- x86/x64
66-
>>>>>>> 5.0
6752
- Other
6853
validations:
6954
required: true
@@ -90,17 +75,6 @@ body:
9075
- type: dropdown
9176
id: camtype
9277
attributes:
93-
<<<<<<< HEAD
94-
label: Camera type(s) being used?
95-
multiple: true
96-
options:
97-
- v4l2 USB camera
98-
- v4l2 capture card
99-
- PI cam via libcamerify
100-
- PI cam via MMAL
101-
- Network camera with RTSP
102-
- Network camera with HTTP
103-
=======
10478
label: Camera/Sound type(s) being used?
10579
multiple: true
10680
options:
@@ -111,7 +85,6 @@ body:
11185
- Network camera with HTTP
11286
- Sound via ALSA
11387
- Sound via PulseAudio
114-
>>>>>>> 5.0
11588
- Other
11689
validations:
11790
required: true
@@ -126,13 +99,8 @@ body:
12699
- type: textarea
127100
id: logs
128101
attributes:
129-
<<<<<<< HEAD
130-
label: Motion log output at log_level 8
131-
description: Provide the entire log output from Motion start up to when the issue occurs so we can see the parameters. This will be automatically formatted into code, so no need for backticks.
132-
=======
133-
label: Full Motion log output (at log_level 8)
134-
description: Please copy and paste the full log output. This will be automatically formatted into code, so no need for backticks.
135-
>>>>>>> 5.0
102+
label: Relevant Motion log output (at log_level 8)
103+
description: Please copy and paste the log output. This will be automatically formatted into code, so no need for backticks.
136104
render: shell
137105
validations:
138106
required: true

.gitignore

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,15 @@ Makefile.in
33
ABOUT-NLS
44
compile
55
config.guess
6-
<<<<<<< HEAD
7-
config.h
8-
config.h.in
9-
config.h.in~
10-
=======
116
config.hpp
127
config.hpp.in
138
config.hpp.in~
14-
>>>>>>> 5.0
159
config.log
1610
config.rpath
1711
config.status
1812
config.sub
1913
configure
14+
configure~
2015
autom4te.cache
2116
aclocal.m4
2217
depcomp
@@ -26,20 +21,12 @@ missing
2621
stamp-h1
2722

2823
#data
29-
<<<<<<< HEAD
30-
data/motion.service
31-
=======
3224
data/motion-dist.service
33-
>>>>>>> 5.0
3425
data/motion-dist.conf
3526
data/camera1-dist.conf
3627
data/camera2-dist.conf
3728
data/camera3-dist.conf
38-
<<<<<<< HEAD
39-
data/camera4-dist.conf
40-
=======
4129
data/sound1-dist.conf
42-
>>>>>>> 5.0
4330

4431
#src
4532
src/*.o
@@ -49,12 +36,6 @@ src/Makefile.in
4936
src/.deps/
5037
src/Makefile
5138
src/Makefile.in
52-
<<<<<<< HEAD
53-
src/raspicam/*.o
54-
src/raspicam/.dirstamp
55-
src/raspicam/.deps/
56-
=======
57-
>>>>>>> 5.0
5839
*.log
5940
.depend
6041

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
Issues on the github site are intended to discuss code problems, crashes and application enhancements. The discussions is intended for questions after you have read the guide.
44

5-
<<<<<<< HEAD
65
* User guide: [Motion User Guide](https://motion-project.github.io/motion_guide.html)
7-
* User Group List: Please sign-up and send your issue to the list [Motion User](https://lists.sourceforge.net/lists/listinfo/motion-user)
6+
* User Group List: Please sign-up and send your issue to the list [Motion User](https://lists.sourceforge.net/lists/listinfo/motion-user)
87
* IRC: [#motion](ircs://irc.libera.chat:6697/motion) on Libera Chat
9-
=======
8+
109
## Questions submitted as issues
11-
>>>>>>> 5.0
1210

1311
Questions that are submitted as a github issue will be transferred to the discussions section.
1412

0 commit comments

Comments
 (0)