| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is an automated commit generated from the
kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 tag in
https://gitlab.com/cki-project/kernel-ark.git
|
|
|
|
|
| |
Most of these don't seem to have been used any time recently so just
delete.
|
|
|
|
|
|
| |
These have either not been heavily used or not updated in a very
long time. Just remove them. It's cheap to bring these back if
someone actually wants them.
|
|
|
|
|
|
|
| |
[ -n ] doesn't work on unquoted variables. The variable either needs to
get quoted or use [[ ]]. Without this the script always defines buildid.
Signed-off-by: Jeremy Cline <jcline@redhat.com>
|
|
|
|
| |
Thanks to Paul Moore for this change
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The 5.0-rc are currently using gz tarballs. Account for this.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This script detects unknown Kconfig symbols by checking whether the
Kconfig macros used in the various *.config files have a corresponding
Kconfig symbol in the tree. Its core test is done with grep().
It turns out that match pattern used in grep() is too broad. For
instance, it doesn't report CONFIG_ACPI_PROCFS as unknown because there
is a Kconfig entry for ACPI_PROCFS_POWER in the tree. Make the pattern
match Kconfig symbols exactly to correct this.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
|
|
|
|
|
|
|
|
| |
With the introduction of the new method of configuration generation the
names of the shipped kernel configuration files changed too. Adjust the
glob pattern in the check-configs.pl script to those changed names.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
|
|
|
|
| |
Signed-off-by: Jeremy Cline <jcline@redhat.com>
|
| |
|
| |
|
|
|
|
|
|
| |
Before uploading the source files, verify the GPG signature is good.
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
|
|
|
|
|
|
| |
The kernel-tools package now builds these man pages in its specfile.
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
|
| |
|
|
|
|
|
| |
kernel.org is no longer distributing -rc tarballs and we have to
generate them oursleves. Update the script to do this.
|
| |
|
|
|
|
|
|
| |
-rcs come out on Sunday night which means they get added to rawhide on
Monday. How anyone remembers anything on a Monday morning is completely
beyond me so add a hint to the rc script checking for Kerberos.
|
|
|
|
|
| |
Fedora now uses kerberos for authorization to services. Gently remind
the user to get kerberos tokens if there are none available.
|
|
|
|
|
| |
The sources format switched to sha512. Update the parsing to get the
kernel version from this.
|
| |
|
|
|
|
|
| |
- rcrev is a %global, not a %define
- base_sublevel needs to be +1 (see comments in kernel.spec)
|
|
|
|
|
|
| |
- Check for trying to snapshot a git tag
- Check for nothing to do case
- Switch to using git -C in one place instead of a pushd
|
|
|
|
| |
Reset the base release and use rpmdev-bumpspec for changelog entry
|
|
|
|
|
|
|
|
|
| |
- Drop some debug output
- Make fixup-bumpspec executable
- copy kernel.spec.tmp back to kernel.spec
- Typo in grep command
- Increment base properly
- Actually grab/upload tarball
|
|
|
|
|
|
|
|
| |
Many of the steps for day-to-day updates still require a lot of
manual steps which can lead to typos. Add a series of scripts to
make automate the manual steps and hopefully reduce errors. These
are a work in progress because having them in tree makes it easier
to work out issues.
|
|
|
|
|
|
|
|
| |
The intent for this script is to make easier patch management
and documentation.
[labbott: Tweak help text]
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
|
| |
It enables the builid macro and uses the name of the patch as
label instead of using rpmdev-bumpspec.
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
|
|
| |
By default the scritp uses the kernel version of the upstream tree
set in LINUX_GIT. In the given case the the upstream tree and the
current tree do not have the same version use the --version=x.y
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Download the build logs for a list of architectures. Only
downloads the logs if they are present in the server. Logs
are saved in logs directory within the source tree.
By default looks at build logs for i686, x86_64, noarch and
armv7hl.
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
| |
This script has been replaced by fast-build.sh
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
| |
[labbott: Tweaked comment text to clarify]
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
|
|
|
| |
The script requires LINUX_GIT to be set, preferably, in your
local .bashrc. I added a quick check to see if .bashrc exists
and check it first to see if LINUX_GIT is set there.
[labbott: Tweaked commit text]
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
| |
No longer needed. Use rpmdev-bumpspec instead.
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
|
|
| |
After dicussing with Kernel Development team arrived to
the conclusion that this is an old script and not needed
anymore.
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
| |
Functionality already implemented in kernel.spec file.
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
|
|
|
|
|
|
| |
We save off the top commit into a new file called 'gitrev'. This will help
us automate exploded tree creation by providing a simple file to read to
get the exact upstream commit to use as the base.
|
|
|
|
|
| |
Simple wrappers around using rpmbuild to turn off various things. In th arm
cases, we can't cross build perf or tools anyway.
|
|
|
|
|
|
|
|
|
|
| |
Before it would just error out because it was only looking at the patch-
listings in the sources file. So now we let it do that, and if the VER
variable is null after we just assume it's the first git snapshot of the
merge window and figure out the version from the linux- tarball.
Why I didn't fix this sooner, I have no idea. Probably because it only
happens 4 times a year and laziness wins the day.
|
|
|
|
|
|
|
| |
This reverts commit 6c6695315365a1fa3ccce27070db0699bb4f5c26.
Turns out this is a bad idea. It doesn't accomplish what I wanted
and it seems to confuse git-am.
|
|
|
|
|
|
| |
There are two reasons for this. The first is that there is much more
context around the changes. The second is that this will make automating
an exploded git tree much easier to manage.
|
|
|
|
|
| |
We can run this once per RC (or somewhat frequently) to keep the split
config-* files clean of dead Kconfig options
|
| |
|