mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
Create zip_file() rule
This doesn't work quite the same way as Fileset(). But it should be able to serve as a decent replacement. The important part of this design is that zips can depend on other zips. Therefore definitions don't have to be monolithic. This will be important when migrating the Domain Registry codebase, because our Fileset() definitions are dispersed across many BUILD files. So we'll be able to migrate to zip_file() with the least amount of intrusiveness. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129034885
This commit is contained in:
parent
b2d5108c0c
commit
9de287378b
8 changed files with 299 additions and 0 deletions
1
javatests/google/registry/builddefs/override/hello.txt
Normal file
1
javatests/google/registry/builddefs/override/hello.txt
Normal file
|
@ -0,0 +1 @@
|
|||
OMG IM AN OVERRIDE
|
Loading…
Add table
Add a link
Reference in a new issue