File tree 5 files changed +23
-15
lines changed
5 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ turnkey-tkldev-16.0 (1) turnkey; urgency=low
4
4
script has been tweaked and some config setup has been moved to package
5
5
postinst scripts.
6
6
7
- NOTE : more work is still required to make it possible for users to easily
8
- build packages.
7
+ TODO : more work is still required to make it possible for users to easily
8
+ build packages. Plus the buildroot repo needs update .
9
9
10
10
* fab:
11
11
12
- - major changes to way that the bootstrap is built. Now leverage Debian's
12
+ - major changes to way that the bootstrap is built. Now leverages Debian's
13
13
debootstrap directly (bootstrap components removed from fab, remaining
14
14
changes in turnkey/bootstrap repo).
15
15
@@ -41,7 +41,7 @@ turnkey-tkldev-16.0 (1) turnkey; urgency=low
41
41
* Note: Please refer to turnkey-core's changelog for changes common to all
42
42
appliances. Here we only describe changes specific to this appliance.
43
43
44
- -- Jeremy Davis <
[email protected] > Fri,
13 Mar 2020
17:05:15 +1100
44
+ -- Jeremy Davis <
[email protected] > Fri,
27 Mar 2020
16:23:05 +1100
45
45
46
46
turnkey-tkldev-15.0 (1) turnkey; urgency=low
47
47
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Third Party Apt Repos
19
19
- [ ] apt pinning
20
20
- [ ] packages MEANT for install are pinned to 500
21
21
- [ ] packages NOT meant for install are pinned to 10
22
-
22
+
23
23
Third Party Package Management
24
24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
25
Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ Extra note
128
128
----------
129
129
130
130
If you wish to build a "production ready" ISO which is named correctly and
131
- a hash file also generated, you can use the ``bt-iso `` script from
131
+ a hash file also generated, you can use the ``bt-iso `` script from
132
132
`buildtasks `_. Note that ``bit-iso `` will name the ISO by the standard TKL
133
- naming convention (we refer to this internally as "appver"::
133
+ naming convention (we refer to this internally as "appver") ::
134
134
135
135
turnkey-_APPLIANCE-NAME_-VERSION-CODENAME_ARCH.iso
136
136
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Sane Base
38
38
All turnkey appliances must include ``$(FAB_PATH)/common/mk/turnkey.mk ``
39
39
And all lamp-based appliances must include ``$(FAB_PATH)/common/mk/turnkey/lamp.mk ``
40
40
41
- .. note ::
41
+ .. note ::
42
42
43
43
all appliance-base specific common makefiles must be included BEFORE turnkey.mk
44
44
as they may modify how turnkey.mk behaves.
@@ -67,9 +67,15 @@ Makefile
67
67
68
68
WEBMIN_FW_NAT_EXTRA
69
69
extra NAT controls?
70
-
71
- NONFREE
72
- enable non-free Debian repo
70
+
71
+ NONFREE=y
72
+ enable non-free Debian repo - install packages via plan
73
+
74
+ BACKPORTS=y
75
+ enable Debian backports repo - install packages via plan
76
+
77
+ TKL_TESTING=y
78
+ enable TurnKey 'testing' apt repo - install packages via plan
73
79
74
80
COMMON_CONF
75
81
space separated list of conf scripts to be included from common
@@ -83,7 +89,9 @@ Makefile
83
89
CREDIT_LOCATION
84
90
FIXME: don't know what this does
85
91
86
- PHP56
92
+ PHP_VERSION=XY
93
+ Configure PHP X.Y version third party apt repo (deb.sury.org)
94
+ - install packages via plan
87
95
88
96
.. note ::
89
97
including common stuff
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ Install upstream software
33
33
34
34
See `AptPreferences <https://wiki.debian.org/AptPreferences >`_ for more information on
35
35
apt pinning. However the following should be enough for turnkey development.
36
-
36
+
37
37
#. Create a file in ``/etc/apt/preferences.d/<name> ``
38
38
39
39
#. Pin all packages from this repo to never install by adding the following:
40
40
41
- .. code-block ::
41
+ .. code-block ::
42
42
43
43
Package: *
44
44
Pin: origin "<url-to-apt-repo>"
@@ -48,7 +48,7 @@ Install upstream software
48
48
49
49
#. Pin all packages you require to priority over default repos.
50
50
51
- .. code-block ::
51
+ .. code-block ::
52
52
53
53
Package: *
54
54
Pin: origin "<url-to-apt-repo>"
You can’t perform that action at this time.
0 commit comments