Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dragestil
package-helpers
Commits
34f7df74
Commit
34f7df74
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
Add point release to base-files
parent
8f12d1ad
Branches
nabia
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-base-files
+9
-8
9 additions, 8 deletions
helpers/make-base-files
with
9 additions
and
8 deletions
helpers/make-base-files
+
9
−
8
View file @
34f7df74
...
...
@@ -17,11 +17,12 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
4
VERSION
=
5
.
./config
CODENAMECAPS
=
$(
echo
$CODENAME
| /bin/sed
-e
"s/
\b\(
.
\)
/
\u\1
/g"
)
POINT_RELEASE
=
".1"
# Disable dynamic motd
find
-name
*
motd-news
*
-delete
...
...
@@ -85,28 +86,28 @@ fi
EOF
cat
>
etc/issue
<<
EOF
Trisquel GNU/Linux
$REVISION
\n
\l
Trisquel GNU/Linux
$REVISION
$POINT_RELEASE
\n
\l
EOF
cat
>
etc/issue.net
<<
EOF
Trisquel GNU/Linux
$REVISION
Trisquel GNU/Linux
$REVISION
$POINT_RELEASE
EOF
cat
>
etc/lsb-release
<<
EOF
DISTRIB_ID=Trisquel
DISTRIB_RELEASE=
$REVISION
DISTRIB_RELEASE=
$REVISION
$POINT_RELEASE
DISTRIB_CODENAME=
$CODENAME
DISTRIB_DESCRIPTION="Trisquel GNU/Linux
$REVISION
,
$CODENAMECAPS
"
DISTRIB_DESCRIPTION="Trisquel GNU/Linux
$REVISION
$POINT_RELEASE
,
$CODENAMECAPS
"
EOF
cat
>
etc/os-release
<<
EOF
NAME="Trisquel GNU/Linux"
VERSION="
$REVISION
,
$CODENAMECAPS
"
VERSION="
$REVISION
$POINT_RELEASE
,
$CODENAMECAPS
"
ID=trisquel
ID_LIKE=debian
PRETTY_NAME="Trisquel GNU/Linux
$CODENAMECAPS
(
$REVISION
)"
VERSION_ID="
$REVISION
"
PRETTY_NAME="Trisquel GNU/Linux
$CODENAMECAPS
(
$REVISION
$POINT_RELEASE
)"
VERSION_ID="
$REVISION
$POINT_RELEASE
"
VERSION_CODENAME="
$CODENAME
"
UBUNTU_CODENAME="
$UPSTREAM
"
HOME_URL="https://trisquel.info/"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment