Re: 2024 Conflict of Interest

2024-01-24 Thread sebbaz(Test)
On Tue, 23 Jan 2024 at 00:53, Craig Russell wrote: > > > > > On Jan 21, 2024, at 01:41, sebbaz(Test) wrote: > > > > I think anyone who can sign the COI can create the directory. > > So if I do svn mkdir > https://svn.apache.org/repos/private/documents/conflict-of-interest/2024 > all of the

Re: 2024 Conflict of Interest

2024-01-22 Thread Craig Russell
> On Jan 21, 2024, at 01:41, sebbaz(Test) wrote: > > I think anyone who can sign the COI can create the directory. So if I do svn mkdir https://svn.apache.org/repos/private/documents/conflict-of-interest/2024 all of the defaults will be ok? Craig > On Sun, 21 Jan 2024 at 01:53, Craig

Re: 2024 Conflict of Interest

2024-01-21 Thread Craig Russell
I was hoping that you could "just do it" now that we all know that it's broken and it would take me a while to figure out the svn command that had the proper url and permissions. > On Jan 21, 2024, at 01:41, sebbaz(Test) wrote: > > I think anyone who can sign the COI can create the directory.

Re: 2024 Conflict of Interest

2024-01-21 Thread Craig Russell
Here's the code: coi_url = ASF::SVN.svnurl('conflict-of-interest') COI_CURRENT_TEMPLATE_URL = File.join(coi_url, 'template.txt') YEAR = Time.now.strftime "%Y" COI_CURRENT_URL = File.join(coi_url, YEAR) Any ideas what COI_CURRENT_URL resolves to? > On Jan 21, 2024, at 01:41, sebbaz(Test)

Re: 2024 Conflict of Interest

2024-01-21 Thread sebbaz(Test)
I think anyone who can sign the COI can create the directory. On Sun, 21 Jan 2024 at 01:53, Craig Russell wrote: > > Hi, > > Currently, https://whimsy.apache.org/officers/coi.cgi returns > Sorry, cannot access COI documents > > I'm pretty sure that "someone" needs to create the 2024 directory.