I guess this is a question of whether we want the logo to be under change control. The same question applies to other source files used to create illustrations in manuals, presentations, etc. The source has to be stored *somewhere* in order to ensure that illustrations can be recreated and updated.
If not requiring source control, then is a wiki really the correct place for this type of file. Or, is it better to create a separate source tree on git for this specific purpose? Thanks, Gunnar On Thu, Feb 25, 2016 at 6:09 PM, Steve Varnau <[email protected]> wrote: > The current check for image files accepts these patterns from the file > command: 'image|Image|icon|data|PC bitmap' > (usually ico, jpeg, png files). Also it checks that any binary files are > small (< 180k). > > If there is good reason to relax those constraints, then this is the place > to discuss. > > The reason to restrict binary files is that they live in the git history > forever, even if later changed/deleted, and come with any clone of the > source tree. If there are larger binary files that need to be published, > then the wiki or other places might suffice. > > --Steve > > > > -----Original Message----- > > From: Gunnar Tapper [mailto:[email protected]] > > Sent: Thursday, February 25, 2016 4:42 PM > > To: [email protected] > > Subject: Re: Build failures > > > > How do I check in the logo source? > > > > On Thu, Feb 25, 2016 at 5:10 PM, Steve Varnau <[email protected]> > > wrote: > > > > > You want to look at console of the sub-job: > > > https://jenkins.esgyn.com/job/static-checks/721/console > > > > > > It's complaining that "ai" file type is showing as PDF. It is not on > the > > > list of file types we normally allow. > > > > > > --Steve > > > > > > > > > > -----Original Message----- > > > > From: Gunnar Tapper [mailto:[email protected]] > > > > Sent: Thursday, February 25, 2016 3:36 PM > > > > To: [email protected] > > > > Subject: Build failures > > > > > > > > Is something going on with the build environment? I see several > failed > > > > builds at the same time? > > > > > > > > https://jenkins.esgyn.com/job/Check-PR-master/462/console > > > > > > > > > > > > -- > > > > Thanks, > > > > > > > > Gunnar > > > > *If you think you can you can, if you think you can't you're right.* > > > > > > > > > > > -- > > Thanks, > > > > Gunnar > > *If you think you can you can, if you think you can't you're right.* > -- Thanks, Gunnar *If you think you can you can, if you think you can't you're right.*
