savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-help-public] [sr #104924] Arch repository for the ArX project


From: anonymous
Subject: [Savannah-help-public] [sr #104924] Arch repository for the ArX project
Date: Tue, 13 Dec 2005 21:48:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1

Follow-up Comment #7, sr #104924 (project administration):

Michael posted the patches, and I have had a look at them.  If I understand
the patches correctly, they only chmod files that end in ".gz", "checksum",
and "log".  It so happens that, in ArX, all of the revision files end in .gz,
and the log is just "log".  ArX uses a different file name for the checksum:
"sha256".  ArX also has signatures of the checksum and log, and those always
end in ".sig".

In summary, I think that ArX would work today with the setup you have.  To
ensure that ArX checksums and signatures are not modified by project
memebers, you only have to change line 60 of seal-archive-1.c from

    if (regex_match("\\.gz$|checksum$|log$", argv[1]))

    if (regex_match("\\.gz$|checksum$|sha256$|log$|\\.sig$", argv[1]))

I do not think that these names will conflict with anything that Arch uses.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?func=detailitem&item_id=104924>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]