Re: New ftp layout
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: New ftp layout
>Hi all,
>
>I've created a new ftp layout as discussed earlier. It can be reviewed
>at http://developer.pgadmin.org/ftp2/
>
>Thoughts/comments are welcome before I make it live.
>
>I haven't yet included the debian directories - Raph, can you help out
>with how they should be handled?
ARGH! :)
Debian repositories include each version and you can select a specific version to install if you don't want the latest one.
The way the new dirs are organised will generate problems...
People will need to change a line in their sources.list (the text file which tell where to find packages) each time a new version is released...
I must think about it...
Would it be possible to exclude debian dir from X.Y.Z dirs and symlink to ../debian ?
Somehing like
release/debian <----> directory with packages
release/1.0.x/debian -> ../debian
release/1.2.0/debian -> ../debian
And so on.
don't know... let me think about it.
Regards,
Raphaël
Home |
Main Index |
Thread Index