Skip to content

Commit f9b1525

Browse files
committed
Hardcode doc filename for now
Debian added a doc deb for 3.4.9 which caused us to fetch both and fail to move to a common name. Hardcode the name for now.
1 parent 7dcc4da commit f9b1525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

maven/jruby-dist/pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<ftp action="get" server="rsync.osuosl.org" passive="yes" userid="anonymous" password=""
3737
remotedir="/debian/pool/main/r/ruby3.4" depends="yes">
3838
<fileset dir="${project.build.directory}/rdoc/downloads">
39-
<include name="ruby3.4-doc*.deb"/>
39+
<include name="ruby3.4-doc_3.4.5*.deb"/>
4040
</fileset>
4141
</ftp>
4242
4343
<!-- Move the .deb file to a simple name (should be only one or this will fail) -->
4444
<move tofile="${project.build.directory}/rdoc/downloads/rubydoc.deb">
45-
<fileset dir="${project.build.directory}/rdoc/downloads" includes="ruby3.4-doc*.deb"/>
45+
<fileset dir="${project.build.directory}/rdoc/downloads" includes="ruby3.4-doc_3.4.5*.deb"/>
4646
</move>
4747
4848
<!-- Extract .deb using ar -->

0 commit comments

Comments
 (0)