mirror of https://github.com/perkeep/perkeep.git
make.go: mirror over all magic testdata files too
This commit is contained in:
parent
99bc9f7664
commit
69bb3212b2
2
make.go
2
make.go
|
@ -68,7 +68,7 @@ var (
|
||||||
// Our temporary source tree root and build dir, i.e: buildGoPath + "src/camlistore.org"
|
// Our temporary source tree root and build dir, i.e: buildGoPath + "src/camlistore.org"
|
||||||
buildSrcDir string
|
buildSrcDir string
|
||||||
// files mirrored from camRoot to buildSrcDir
|
// files mirrored from camRoot to buildSrcDir
|
||||||
rxMirrored = regexp.MustCompile(`^([a-zA-Z0-9\-\_]+\.(?:camli|css|err|gif|go|gpg|html|ico|jpg|js|json|min\.js|mp3|png|svg))$`)
|
rxMirrored = regexp.MustCompile(`^([a-zA-Z0-9\-\_]+\.(?:camli|css|err|gif|go|gpg|html|ico|jpg|js|json|min\.js|mp3|png|svg|pdf|psd|tiff|xcf|tar\.gz|gz|tar\.xz|tbz2|zip))$`)
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in New Issue