mirror of https://github.com/perkeep/perkeep.git
misc/docker: update zip-source.go
Because some files have been renamed/deleted. Change-Id: I7c09e44f8bcb07d8fd0440bc02f6ba25a450928a
This commit is contained in:
parent
cdadfd650b
commit
f7cee61985
|
@ -50,33 +50,32 @@ var (
|
|||
// Everything that should be included in the release.
|
||||
// maps filename to whether it's a directory.
|
||||
rootNames = map[string]bool{
|
||||
"app": true,
|
||||
"AUTHORS": false,
|
||||
"bin": true,
|
||||
"BUILDING": false,
|
||||
"clients": true,
|
||||
"cmd": true,
|
||||
"config": true,
|
||||
"CONTRIBUTORS": false,
|
||||
"COPYING": false,
|
||||
"depcheck": true,
|
||||
"dev": true,
|
||||
"doc": true,
|
||||
"Dockerfile": false,
|
||||
"HACKING": false,
|
||||
"internal": true,
|
||||
"lib": true,
|
||||
"Makefile": false,
|
||||
"make.go": false,
|
||||
"misc": true,
|
||||
"old": true,
|
||||
"pkg": true,
|
||||
"README": false,
|
||||
"server": true,
|
||||
"TESTS": false,
|
||||
"TODO": false,
|
||||
"vendor": true,
|
||||
"website": true,
|
||||
"app": true,
|
||||
"AUTHORS": false,
|
||||
"bin": true,
|
||||
"BUILDING": false,
|
||||
"clients": true,
|
||||
"cmd": true,
|
||||
"config": true,
|
||||
"CONTRIBUTORS": false,
|
||||
"CONTRIBUTING.md": false,
|
||||
"COPYING": false,
|
||||
"dev": true,
|
||||
"doc": true,
|
||||
"Dockerfile": false,
|
||||
"internal": true,
|
||||
"lib": true,
|
||||
"Makefile": false,
|
||||
"make.go": false,
|
||||
"misc": true,
|
||||
"old": true,
|
||||
"pkg": true,
|
||||
"README": false,
|
||||
"server": true,
|
||||
"TESTS": false,
|
||||
"TODO": false,
|
||||
"vendor": true,
|
||||
"website": true,
|
||||
}
|
||||
tarballSrc = path.Join(*flagOutDir, "camlistore.org")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue