3 Dec 2003 08:51
updates
seth vidal <skvidal <at> phy.duke.edu>
2003-12-03 07:51:08 GMT
2003-12-03 07:51:08 GMT
Hi all, some trivial updates to the repository generation scripts: http://linux.duke.edu/metadata/generate/ I was also thinking some about the repository description file and it's purposes/goals. right now it looks like this: <?xml version="1.0" encoding="UTF-8"?> <repository> <name>some name for human consumption</name> <contact>somedude <at> someplace.org</contact> <description>some text description</description> <key type="gpg">http://path/to/my/gpg-pubkey</key> <key type="gpg">http://path/to/his/gpg-pubkey</key> <metadata> <data type="primary" timestamp="1068793003" href="relative/path/to/primary.xml"/> <data type="filelist" timestamp="somenumber" href="relative/path/to/filelists.xml"/> <data type="other" timestamp="somenumber" href="relative/path/to/other.xml"/> <data type="groups" timestamp="somenumber" href="relative/path/to/groups.xml"/> </metadata> </repository> which is fine - but the stuff outside of <metadata> is really not appropriate for what is being described. It seems to me that it would be useful to have a more static file that describes the repository and points to a this file that contains the entries about the actual metadata file.(Continue reading)
RSS Feed