diff options
author | mkanat%bugzilla.org <> | 2006-09-09 05:03:35 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-09 05:03:35 +0000 |
commit | 27c1be36a3cbc57e01c8d51af85be76b0748ece6 (patch) | |
tree | a2ae3f861b296e36447903a3e3a91ac7caa3b4fe | |
parent | 1760a3198797776a8ca05de645b529cb40998b14 (diff) | |
download | bugs-27c1be36a3cbc57e01c8d51af85be76b0748ece6.tar bugs-27c1be36a3cbc57e01c8d51af85be76b0748ece6.tar.gz bugs-27c1be36a3cbc57e01c8d51af85be76b0748ece6.tar.bz2 bugs-27c1be36a3cbc57e01c8d51af85be76b0748ece6.tar.xz bugs-27c1be36a3cbc57e01c8d51af85be76b0748ece6.zip |
Bug 351747: skins/.cvsignore should be in the CVS repo, not created by checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 | ||||
-rw-r--r-- | skins/.cvsignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 43c964ba7..3fd24cdd1 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -191,8 +191,6 @@ sub FILESYSTEM { # default contents. my %create_files = ( "$datadir/mail" => { perms => $ws_readable }, - 'skins/.cvsignore' => { perms => $owner_readable, - contents => ".cvsignore\ncustom\n" }, ); # Each standard stylesheet has an associated custom stylesheet that diff --git a/skins/.cvsignore b/skins/.cvsignore new file mode 100644 index 000000000..b98d8c957 --- /dev/null +++ b/skins/.cvsignore @@ -0,0 +1,2 @@ +custom +contrib |