Skip to content

Commit

Permalink
Remove packaging and versioning tasks
Browse files Browse the repository at this point in the history
All packaging and versoning will now be handled at the
top rva repository.
  • Loading branch information
BGMP committed Nov 1, 2022
1 parent 510741f commit 8a38f98
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 142 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@
/tmp/*
!/log/.keep
!/tmp/.keep

# Re-Volt Paintkits
*.psd
*.pdn
*.xcf

# Packaging
*.zip
packages.json
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ source 'https://rubygems.org'

ruby '2.7.3'

gem 'digest', '~> 3.1'
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rubyzip', '~> 2.3', '>= 2.3.2'
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
rva_tracks/
RVA Track Pack
===

Re-Volt America's Tracks Pack.

## Usage
For developers, the packaging pipeline was built using Rake. The following tasks take care of compressing and versioning
the files included in the tracks pack:
- `:package`: Packages the levels/ & gfx/ directories into a zip file.
- `:version`: Generates a packages.json file, which is later used for distributing the pack via the [RVGL Launcher](https://re-volt.gitlab.io/rvgl-launcher/#download).

Using `rake` on its own will execute all in its intended order: `:package, :version`.
Part of the [RVA](https://github.com/Re-Volt-America/rva) base repository.
The base repository includes this as a sub-module.
108 changes: 0 additions & 108 deletions Rakefile

This file was deleted.

13 changes: 0 additions & 13 deletions data.rb

This file was deleted.

0 comments on commit 8a38f98

Please sign in to comment.