Line 10:
Line 10:
Configure it according to your own preferences (lots of advice available on the web). Some more specific advice for SME11 building is [[Setting up RPM Building for SME Server on rocky 8|here]] .
Configure it according to your own preferences (lots of advice available on the web). Some more specific advice for SME11 building is [[Setting up RPM Building for SME Server on rocky 8|here]] .
+
+
Here is the relevant directory structure:
+
+
├── GITFiles
+
│ ├── smecontribs
+
│ │ ├── common
+
│ │ └── smeserver-mailstats
+
│ ├── smeserver
+
│ │ ├── anaconda
+
│ │ ├── bglibs
+
│ │ ├── buffer
+
│ │ ├── buildsys-macros
+
│ │ ├── checkpassword-pam
+
│ │ ├── clamav
+
│ │ ├── common
+
....
+
│ │ ├── smeserver-lib-compspec
+
│ │ ├── smeserver-locale
+
│ │ ├── smeserver-LPRng
+
│ │ ├── smeserver-manager
+
│ │ ├── smeserver-manager-jsquery
+
│ │ ├── smeserver-manager-locale
+
│ │ ├── smeserver-mock
+
│ │ ├── smeserver-mysql
+
│ │ ├── smeserver-ntp
+
│ │ ├── smeserver-nutUPS
+
│ │ ├── smeserver-oidentd
+
│ │ ├── smeserver-openssh
+
│ │ ├── smeserver-packetfilter
+
│ │ ├── smeserver-php
+
│ │ ├── smeserver-pop3
+
....
+
│ │ ├── xlhtml
+
│ │ └── zsync
+
+
"GITfiles" can be anything you want "rpms" was the previous standard.
+
+
Note the need for the common directory under each of the organisations
=Gitea=
=Gitea=