From 41d8a1c1be1fbcdb3be60701b25ae600585a190b Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Thu, 3 Nov 2016 04:59:53 +0200 Subject: [PATCH] List APs in Rakefile --- Rakefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 1ce7ce3..82a1e7a 100644 --- a/Rakefile +++ b/Rakefile @@ -56,11 +56,8 @@ task :ap, [:name] do |t, args| end task :all do - aps = %W(ap-l0-1 ap-l0-2 ap-l1-1 ap-c-2 ap-ma-1 ap-mu-1 ap-noc-1) - # aps = %W(ap-bulgaria-1-ac ap-bulgaria-2-ac ap-bulgaria-3-ac ap-chamber-1-ac ap-chamber-2-ac ap-marble-1-ac ap-music-1-ac ap-lobby1-1-an ap-lobby1-2-legacy) - # aps = %W(ap-lobby1-3-an) - # aps = %W(ap-lobby2-1-an) - # aps = %W(ap-bulgaria-4-legacy) + aps = %W(ap-l0-1 ap-l0-2 ap-l1-1 ap-l1-2 ap-c-1 ap-c-2 ap-ma-1 ap-mu-1 ap-noc-1) + aps = %W(ap-bg-1 ap-bg-2 ap-bg-3 ap-bg-4) aps.each do |ap| Rake::Task["ap"].reenable