Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions build/build-release.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@ release.format = 7z

# Binaries
bin.apache.url = https://raw.githubusercontent.com/bearsampp/module-apache/main/releases.properties
bin.filezilla.url = https://raw.githubusercontent.com/bearsampp/module-filezilla/main/releases.properties
bin.xlight.url = https://raw.githubusercontent.com/bearsampp/module-xlight/main/releases.properties
bin.mailhog.url = https://raw.githubusercontent.com/bearsampp/module-mailhog/main/releases.properties
bin.mailpit.url = https://raw.githubusercontent.com/bearsampp/module-mailpit/main/releases.properties
bin.maria.url = https://raw.githubusercontent.com/bearsampp/module-mariadb/main/releases.properties
bin.memcached.url = https://raw.githubusercontent.com/bearsampp/module-memcached/main/releases.properties
bin.mysql.url = https://raw.githubusercontent.com/bearsampp/module-mysql/main/releases.properties
bin.nodejs.url = https://raw.githubusercontent.com/bearsampp/module-nodejs/main/releases.properties
bin.php.url = https://raw.githubusercontent.com/bearsampp/module-php/main/releases.properties
bin.postgresql.url = https://raw.githubusercontent.com/bearsampp/module-postgresql/main/releases.properties
bin.xlight.url = https://raw.githubusercontent.com/bearsampp/module-xlight/main/releases.properties

# Applications
app.adminer.url = https://raw.githubusercontent.com/bearsampp/module-adminer/main/releases.properties
app.phpmyadmin.url = https://raw.githubusercontent.com/bearsampp/module-phpmyadmin/main/releases.properties
app.phppgadmin.url = https://raw.githubusercontent.com/bearsampp/module-phppgadmin/main/releases.properties
app.webgrind.url = https://raw.githubusercontent.com/bearsampp/module-webgrind/main/releases.properties

# Tools
tool.bruno.url = https://raw.githubusercontent.com/bearsampp/module-bruno/main/releases.properties
Expand All @@ -39,5 +36,3 @@ tool.ngrok.url = https://raw.githubusercontent.com/bearsampp/module-ngrok/main/r
tool.perl.url = https://raw.githubusercontent.com/bearsampp/module-perl/main/releases.properties
tool.python.url = https://raw.githubusercontent.com/bearsampp/module-python/main/releases.properties
tool.ruby.url = https://raw.githubusercontent.com/bearsampp/module-ruby/main/releases.properties
tool.xdc.url = https://raw.githubusercontent.com/bearsampp/module-xdc/main/releases.properties
tool.yarn.url = https://raw.githubusercontent.com/bearsampp/module-yarn/main/releases.properties
7 changes: 1 addition & 6 deletions build/build-release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,19 @@

<!-- Check bins version -->
<assertproperty property="bin.apache.version"/>
<assertproperty property="bin.filezilla.version"/>
<assertproperty property="bin.xlight.version"/>
<assertproperty property="bin.mailhog.version"/>
<assertproperty property="bin.mailpit.version"/>
<assertproperty property="bin.maria.version"/>
<assertproperty property="bin.memcached.version"/>
<assertproperty property="bin.mysql.version"/>
<assertproperty property="bin.nodejs.version"/>
<assertproperty property="bin.php.version"/>
<assertproperty property="bin.postgresql.version"/>
<assertproperty property="bin.xlight.version"/>

<!-- Check apps version -->
<assertproperty property="app.adminer.version"/>
<assertproperty property="app.phpmyadmin.version"/>
<assertproperty property="app.phppgadmin.version"/>
<assertproperty property="app.webgrind.version"/>

<!-- Check tools version -->
<assertproperty property="tool.bruno.version"/>
Expand All @@ -43,8 +40,6 @@
<assertproperty property="tool.perl.version"/>
<assertproperty property="tool.python.version"/>
<assertproperty property="tool.ruby.version"/>
<assertproperty property="tool.xdc.version"/>
<assertproperty property="tool.yarn.version"/>

<!-- Version -->
<condition property="release.version" value="${env.GITHUB_TAGNAME}">
Expand Down