We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17151c commit dd73973Copy full SHA for dd73973
build/build.xml
@@ -256,7 +256,7 @@
256
<filterchain>
257
<tokenfilter>
258
<linetokenizer />
259
- <containsregex pattern="archiveFileName.*avr-......tar.bz2"/>
+ <containsregex pattern="archiveFileName.*avr-.......?tar.bz2"/>
260
<replaceregex pattern=".*avr-(.*).tar.bz2.*" flags="g" replace="\1"/>
261
</tokenfilter>
262
<tailfilter lines="1"/>
0 commit comments