Skip to content

Commit

Permalink
canfigger.wrap: Switch to trunk for revision (post-release) (#484)
Browse files Browse the repository at this point in the history
* canfigger.wrap: Try using HEAD for revision

* canfigger.wrap: Switch to trunk for revision (post-release)
  • Loading branch information
andy5995 authored Nov 10, 2024
1 parent 94bc8b3 commit 7953db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ filter_template: &filter_template
only_if: "changesInclude(
'src/**/**',
'**meson.build',
'.cirrus.yml'
'.cirrus.yml',
'/subprojects/**.wrap'
)"

common_meson_steps: &common_meson_steps
Expand Down
7 changes: 0 additions & 7 deletions subprojects/canfigger.wrap
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[wrap-git]
url = https://github.com/andy5995/canfigger.git

#
# When "head" is used for the revision value, git clone fails on Slackware 15.0:
#
# Cloning into 'canfigger'...
# warning: Could not find remote branch HEAD to clone.
#fatal: Remote branch HEAD not found in upstream origin
#
revision = trunk
#revision = v0.3.0
depth = 1
Expand Down

0 comments on commit 7953db2

Please sign in to comment.