Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - egghunter05

#1
General Discussion / old release download links
November 13, 2018, 09:06:15 PM
Hello,

Where can I find download links of iso images for old releases?

For instance: 18.7.4, 18.7.5, 18.7.6

I need those files for testing.

Kind regards
#2
Hello,

I have some questions about contributing package repo for specific packages and engineering toolkit.

1.

If I want to contribute to this binary package repo:
https://pkg.opnsense.org/FreeBSD:11:amd64/18.7/latest/All/

Is there a specific procedure for this?

2.

Which repo address should be used for commiting packages?

3.

I have found this repo:
https://github.com/opnsense/ports

Do you generate all packages on the port tree?  Or how do you decide which packages will be published on the binary package repo?

4.

All minor versions are using the same repo?  For instance: 18.7.5 and 18.7.6 are using the same repo?

https://pkg.opnsense.org/FreeBSD:11:amd64/18.7/latest/All/


5.
I am trying to discover release engineering toolkit.

For generating 18.7.5 dvd .iso image I am running these steps on FreeBSD 11.10 x86_64:

cd /usr
# git clone https://github.com/opnsense/tools.git
# cd tools
# make update
# git checkout 18.7.5
# make iso


Is it correct method to do that?

6.


https://github.com/opnsense/tools

On the main documentation I see different commands like:
# make step OPTION="value"
# make base
# make nano
...

If I want to modify base system and create a dvd, can I do that with this tool? If you give an example, I will be glad. For instance: If I want to create a file on the base system like: /etc/egghunter-test what should I do?


Kind regards