Opened 12 years ago

Closed 8 years ago

#5130 closed Patches (fixed)

Patch to avoid SCCS keyword expansion in make_snapshot.py

Reported by: hstong@… Owned by: René Rivera
Milestone: To Be Determined Component: Regression Testing USE GITHUB
Version: Boost 1.45.0 Severity: Problem
Keywords: Cc: ccambly@…

Description

SCCS keywords are replaced by certain revision control programs.

http://www.gnu.org/software/cssc/manual/Keyword-Substitution.html

Change History (4)

comment:1 by hstong@…, 12 years ago

Unified diff rejected as submission system.

68c68
<     timestamp_suffix = time.strftime( '%y-%m-%d-%H%M', time.gmtime( timestamp ) )
---
>     timestamp_suffix = time.strftime( '%y-%m-%d-%H''%M', time.gmtime( timestamp ) )

comment:2 by Steven Watanabe, 12 years ago

Can't you just disable keyword substitution?

comment:3 by hstong@…, 12 years ago

This code may be included as part of a larger project tree. Existing processes in an organization may be configured to perform keyword substitution.

Dealing with this file in a special manner is certainly possible; however, making the original source work out-of-the-box with SCCS based solutions is both easy to achieve and not harmful.

comment:4 by René Rivera, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in git regression subrepo by removing the file (as it's obsolete).

Note: See TracTickets for help on using tickets.