Thread: Updating the web pages

Updating the web pages

From
Devrim GUNDUZ
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

Today I wanted to update techdocs, per Elein's request. I *again* could
not succeed, due to the insufficient group permissions. :-(

That's what has happened in advocacy site.

The question is: Should only 3 people (Marc,Dave and Robert (Robert owns
the files) will update the sites, or should web group (+Justin and me) be
able to update them?

Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org                devrim.gunduz~linux.org.tr
            http://www.tdmsoft.com
            http://www.gunduz.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBLZ30tl86P3SPfQ4RAqYUAKCEFXXCr0OhTynQFPQAkYmP9ksiPgCghC6c
7fsMUt02yy2OsOE50OOVRr4=
=eIYJ
-----END PGP SIGNATURE-----


Re: Updating the web pages

From
Justin Clift
Date:
Devrim GUNDUZ wrote:
<snip>
> The question is: Should only 3 people (Marc,Dave and Robert (Robert owns
> the files) will update the sites, or should web group (+Justin and me) be
> able to update them?

Hmmmm.  Perhaps the web group should be yourself, Marc, Dave, and
Robert, and we ensure the permissions keep the group writing enabled?

Regards and best wishes,

Justin Clift


> Regards,
> - --
> Devrim GUNDUZ
> devrim~gunduz.org                devrim.gunduz~linux.org.tr
>             http://www.tdmsoft.com
>             http://www.gunduz.org


Re: Updating the web pages

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgsql-www-owner@postgresql.org
> [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Devrim GUNDUZ
> Sent: 26 August 2004 09:23
> To: PostgreSQL WWW Mailing List
> Subject: [pgsql-www] Updating the web pages
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Hi,
>
> Today I wanted to update techdocs, per Elein's request. I
> *again* could not succeed, due to the insufficient group
> permissions. :-(
>
> That's what has happened in advocacy site.
>
> The question is: Should only 3 people (Marc,Dave and Robert
> (Robert owns the files) will update the sites, or should web
> group (+Justin and me) be able to update them?

No. If you're in webgroup then you should have access - I think it's
just the default mask playing havoc here. I've chmod'd advocacy,
techdocs and www. Leeme know if you still have problems.

/D

Re: Updating the web pages

From
Devrim GUNDUZ
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi Dave,

On Thu, 26 Aug 2004, Dave Page wrote:

> > The question is: Should only 3 people (Marc,Dave and Robert
> > (Robert owns the files) will update the sites, or should web
> > group (+Justin and me) be able to update them?
>
> No. If you're in webgroup then you should have access - I think it's
> just the default mask playing havoc here. I've chmod'd advocacy,
> techdocs and www. Leeme know if you still have problems.

We've chmoded before (AFAIR last year) but something broke it later...
ANyway, it works now. Thanks.

Regards, ~devrim
- --
Devrim GUNDUZ
devrim~gunduz.org                devrim.gunduz~linux.org.tr
            http://www.tdmsoft.com
            http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBLbHVtl86P3SPfQ4RAt1PAJsEeMMw66eBy44oEsHDiI0ROlzzHACeIVY3
9MhMz0MQ0QVEbDJYO2MnyDU=
=OCWg
-----END PGP SIGNATURE-----


Re: Updating the web pages

From
Robert Treat
Date:
On Thu, 2004-08-26 at 05:23, Dave Page wrote:
>
>
> > -----Original Message-----
> > From: pgsql-www-owner@postgresql.org
> > [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Devrim GUNDUZ
> > Sent: 26 August 2004 09:23
> > To: PostgreSQL WWW Mailing List
> > Subject: [pgsql-www] Updating the web pages
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> >
> > Hi,
> >
> > Today I wanted to update techdocs, per Elein's request. I
> > *again* could not succeed, due to the insufficient group
> > permissions. :-(
> >
> > That's what has happened in advocacy site.
> >
> > The question is: Should only 3 people (Marc,Dave and Robert
> > (Robert owns the files) will update the sites, or should web
> > group (+Justin and me) be able to update them?
>
> No. If you're in webgroup then you should have access - I think it's
> just the default mask playing havoc here. I've chmod'd advocacy,
> techdocs and www. Leeme know if you still have problems.
>

At some point we really need to stop doing all these updates on the live
servers and start doing them through CVS...

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


Re: Updating the web pages

From
"John Hansen"
Date:
>
> At some point we really need to stop doing all these updates
> on the live servers and start doing them through CVS...
>

There is a tool that allows you to run commands on checkin on the server (when using pserver),
Buggered if I can remember what it's called tho.
Could be used to export the checkin to the websites..

... John


Re: Updating the web pages

From
"Dave Page"
Date:

> -----Original Message-----
> From: John Hansen [mailto:john@geeknet.com.au]
> Sent: 26 August 2004 23:27
> To: 'Robert Treat'; Dave Page
> Cc: 'Devrim GUNDUZ'; 'PostgreSQL WWW Mailing List'
> Subject: RE: [pgsql-www] Updating the web pages
>
> >
> > At some point we really need to stop doing all these updates on the
> > live servers and start doing them through CVS...
> >
>
> There is a tool that allows you to run commands on checkin on
> the server (when using pserver), Buggered if I can remember
> what it's called tho.
> Could be used to export the checkin to the websites..

I forget when this thread started - but I was going to simply add an
hourly cronjob to 'cvs update' the master site. The new portal has been
checked out as 'anonymous' for precisely that reason.

Regards, Dave.