Compare commits

...

4 Commits

Author SHA1 Message Date
1a55673b96 LICENSE: 2021
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-05-15 18:26:32 +02:00
d852458019 .editorconfig: add
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-05-15 18:26:15 +02:00
615d3d9643 public/why-gentoo.html: add version mixing point
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-05-15 18:24:31 +02:00
ae1626b61e README.md: update
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-03-29 13:35:03 +02:00
4 changed files with 30 additions and 3 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[.gitmodules]
indent_style = tab

View File

@ -1,6 +1,6 @@
ISC License ISC License
Copyright (c) 2020, src_prepare group Copyright (c) 2020-2021, src_prepare group
Permission to use, copy, modify, and/or distribute this software for any Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above purpose with or without fee is hereby granted, provided that the above

View File

@ -1,3 +1,5 @@
# src_prepare.gitlab.io
<p align="center"> <p align="center">
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/pipelines"> <a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/pipelines">
<img src="https://gitlab.com/src_prepare/src_prepare.gitlab.io/badges/master/pipeline.svg"> <img src="https://gitlab.com/src_prepare/src_prepare.gitlab.io/badges/master/pipeline.svg">
@ -20,6 +22,6 @@
</p> </p>
# src_prepare.gitlab.io # About
The source code of [src_prepare website](https://src_prepare.gitlab.io) The source code of [src_prepare website](https://src_prepare.gitlab.io)

View File

@ -90,6 +90,19 @@
</a> </a>
) )
</li> </li>
<li>
Version mixing
(
specific versions of software can be
<a href="https://wiki.gentoo.org/wiki//etc/portage/package.mask">
masked
</a>
or
<a href="https://wiki.gentoo.org/wiki/ACCEPT_KEYWORDS">
"accepted" to use bleeding edge
</a>
)
</li>
<li> <li>
Lack of trust towards binary packages provided by a binary distro Lack of trust towards binary packages provided by a binary distro
</li> </li>