-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from madrisan/fedora38
packages: add latest versions
- Loading branch information
Showing
6 changed files
with
27 additions
and
25 deletions.
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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
# Multi-platform build system | ||
# Copyright (C) 2016-2020 Davide Madrisan <[email protected]> | ||
# Copyright (C) 2016-2023 Davide Madrisan <[email protected]> | ||
|
||
PROGNAME="${0##*/}" | ||
PROGPATH="${0%/*}" | ||
|
@@ -33,9 +33,11 @@ Where: | |
-u|--uid : user ID of the user 'developer' used for building the software | ||
Supported distributions: | ||
CentOS 5/6/7/8 | ||
Debian 9/10/11 | ||
Fedora 33/34/35/rawhide | ||
CentOS 5-8 | ||
CentOS Stream 8, 9 | ||
Debian 9-12 | ||
Fedora 33-38/rawhide | ||
Rocky Linux 8, 9 | ||
Example: | ||
$0 -s $PROGPATH/../../nagios-plugins-linux:/shared:rw \\ | ||
|
@@ -50,7 +52,7 @@ __EOF | |
help () { | ||
cat <<__EOF | ||
$PROGNAME v$REVISION - containerized software build checker | ||
Copyright (C) 2016-2021 Davide Madrisan <[email protected]> | ||
Copyright (C) 2016-2023 Davide Madrisan <[email protected]> | ||
__EOF | ||
|
||
|