This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Update packages and eclasses from 2017 #301
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
18a7638
sys-apps/man-db: Sync with gentoo
krnowak 1ef108a
dev-libs/libpipeline: Sync with gentoo
krnowak f6f78f1
sys-fs/lsscsi: Sync with gentoo
krnowak 8960b5d
sys-block/thin-provisioning-tools: Sync with gentoo
krnowak 11f4fce
virtual/libusb: Sync with gentoo
krnowak 88d3c73
sys-fs/dosfstools: Sync with gentoo
krnowak f2b62aa
dev-libs/libevent: Sync with gentoo
krnowak 356dcd1
dev-perl/Locale-gettext: Sync with gentoo
krnowak 2fb9b1c
dev-util/checkbashisms: Sync with gentoo
krnowak 225fcc8
net-misc/socat: Sync with gentoo
krnowak 97943e8
dev-perl/Text-Unidecode: Sync with gentoo
krnowak 4bdfb69
virtual/krb5: Sync with gentoo
krnowak 8ef60c1
sys-boot/efibootmgr: Sync with gentoo
krnowak 2d2d999
virtual/udev: Sync with gentoo
krnowak 31a2f91
app-vim/gentoo-syntax: Sync with gentoo
krnowak f411dc8
net-nds/rpcbind: Sync with gentoo
krnowak 954673d
dev-libs/libksba: Sync with gentoo
krnowak 9d26b44
net-misc/whois: Sync with gentoo
krnowak c9d29f8
app-eselect/eselect-pinentry: Sync with gentoo
krnowak c57abba
dev-libs/npth: Sync with gentoo
krnowak cca5b2a
virtual/libintl: Sync with gentoo
krnowak b1eeec6
app-arch/lzop: Sync with gentoo
krnowak ee96066
sys-libs/efivar: Sync with gentoo
krnowak 986df1c
dev-perl/Unicode-EastAsianWidth: Sync with gentoo
krnowak a191c2e
eclass: Drop unused eclasses
krnowak 6bf90f0
eclass/subversion: Sync with gentoo
krnowak 7205344
eclass/unpacker: Sync with gentoo
krnowak 77c9fce
eclass/prefix: Sync with gentoo
krnowak 3ab3a93
eclass/vim-plugin: Sync with gentoo
krnowak 928a308
eclass/ssl-cert: Sync with gentoo
krnowak 5789436
changelog: Add an entry
krnowak f851a83
eclass/perl-module: Sync with gentoo
krnowak fe6c0e7
eclass/perl-functions: Sync with gentoo
krnowak 9dc3882
eclass/readme.gentoo-r1: Sync with gentoo
krnowak b4310d3
acct-group/man: Add from gentoo
krnowak c637ac1
acct-user/man: Add from gentoo
krnowak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- whois ([5.5.11](https://github.com/rfc1036/whois/commit/5f5ba8312c04a759dad05723c035549273d07461)) | ||
- rpcbind ([1.2.6](https://git.linux-nfs.org/?p=steved/rpcbind.git;a=shortlog;h=refs/tags/rpcbind-1_2_6)) | ||
- socat ([1.7.4.3](https://repo.or.cz/socat.git/blob/refs/tags/tag-1.7.4.3:/CHANGES)) | ||
- dosfstools ([4.2](https://github.com/dosfstools/dosfstools/releases/tag/v4.2)) | ||
- thin-provisioning-tools ([0.9.0](https://github.com/jthornber/thin-provisioning-tools/blob/d6d93c3157631b242a13a81d30f75453e576c55a/CHANGES#L1-L9)) | ||
- lsscsi ([0.32](https://sg.danny.cz/scsi/lsscsi.ChangeLog)) | ||
- man-db ([2.9.4](https://gitlab.com/cjwatson/man-db/-/tags/2.9.4)) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious about the
man-db
thing.man
is not shipped in the OS but in the SDK. Should we skip this entry then ?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, usually what I do to find out whether a package ends up in OS is to see the output of the build_packages job. So I search for
sys-apps/man-db
in the packages matrix job output. That's why I have put that in the changelog.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally look in the following file:
flatcar_production_image_packages.txt
and
man-db
is not in this list. If we have a look to the binaries provided by this package too:no one is in the final image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(sorry for being late here)
+1 for what @tormath1 said here.
If specific binaries are not shipped in the production images like man-db, then we should not get that included in the changelog.
EDIT: or at least we should say
SDK: man-db ..
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, next time I'll use a different source of truth.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thing was that man-db was built during packages-matrix job, so I had a feeling that it's going to end up on production image. Maybe it's a part of dev-container? I'll check later.