Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
achill (fossdd)
pmaports
Commits
ef569ff2
Verified
Commit
ef569ff2
authored
3 months ago
by
achill (fossdd)
Browse files
Options
Downloads
Patches
Plain Diff
CI: autoupdate: reset pkgrel on update
pkgrel's are resetted to zero once the pkgver is bumped
parent
c549e461
No related branches found
No related tags found
No related merge requests found
Pipeline
#213242
passed
3 months ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/autoupdate.sh
+1
-0
1 addition, 0 deletions
.ci/autoupdate.sh
with
1 addition
and
0 deletions
.ci/autoupdate.sh
+
1
−
0
View file @
ef569ff2
...
...
@@ -71,6 +71,7 @@ update_linux_next() {
echo
"Updating linux-next from
$pkgver
to
$new_pkgver
..."
sed
-i
-e
"s/pkgver=
$pkgver
/pkgver=
$new_pkgver
/"
device/testing/linux-next/APKBUILD
sed
-i
-e
"s/^pkgrel=.*/pkgrel=0/"
device/testing/linux-next/APKBUILD
# Update the checksums
pmbootstrap checksum linux-next
...
...
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