CVS log for loncom/build/Attic/parse.pl

[BACK] Up to [LON-CAPA] / loncom / build

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.42
Sat Apr 27 15:06:10 2002 UTC (22 years ago) by harris41
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.41: +0 -0 lines
this is deprecated; replaced by lpml_parse.pl

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed May 30 17:42:28 2001 UTC (22 years, 11 months ago) by harris41
Branches: MAIN
CVS tags: stable_2002_spring, stable_2001_fall, Before_rewrite
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
hiding long test expressions from make output

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon May 21 21:56:35 2001 UTC (22 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +29 -0 lines
generating an /etc/group file so there is a default group=www

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri May 18 18:52:09 2001 UTC (22 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
causing home/www to be owned by www:users

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Apr 27 15:57:31 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +6 -6 lines
fixing make build targetting to allow for top-level repository compilations

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Apr 17 14:17:22 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
making sure test expression is properly parsed by shell -Scott

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 17 14:09:51 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
missing line -scott

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 17 14:09:14 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +12 -5 lines
causing file globs not to spit out erroneous warning messages -Scott

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Apr 13 17:09:09 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
making sure install does not crash when there is a missing file -Scott

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Apr 11 03:06:00 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +32 -4 lines
updated a little documentation. changed the Makefile.build output
to handle missing dependencies by printing warnings as opposed to
crashing. -Scott

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 5 15:27:05 2001 UTC (23 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
for whatever strange shell parsing reason, the spaces associated
with redirecting the warning stream to /dev/null really mucked things
up -Scott

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Feb 27 15:36:02 2001 UTC (23 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
making sure that warning messages aren't needlessly displayed
when first installing non-existent target files (configuration files)
-Scott

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 27 15:23:35 2001 UTC (23 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
The makefile target "configinstall" was not generating timestamped backup
files of configuration (like access.conf).  This caused the system configuration
to not be synchronized with a command like
"perl loncaparestoreconfigurations lasttimestamp"

The solution:
turns out the RedHat 6.2 has a faulty/broken/out-of-date
fileutils RPM (as compared to 6.1).  The --backup and --suffix
options are not functional with /usr/bin/install.

The fix (in parse.pl):

change
		    $description.=<<END;
\tinstall -b -S `date +'.\%Y\%m\%d\%H\%M\%S'` -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot
END

to
		    $description.=<<END;
\tcp -p \$(TARGET)/$rot \$(TARGET)/$rot`date +'.\%Y\%m\%d\%H\%M\%S'`; install -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot
END

-Scott

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Feb 27 14:18:46 2001 UTC (23 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
don't need to output the warning statement (this was
just for debugging) -Scott

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 26 21:21:47 2001 UTC (23 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +17 -3 lines
implementing checksum comparisons to support the make status/ make statuspost
targets -Scott

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 23 16:26:38 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +4 -1 lines
more ad-hoc customizations.. making sure a /home/www directory
exists via LON-CAPA-setup -Scott

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 23 16:12:56 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
making sure a /home/www directory is created -Scott

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 18 15:13:09 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +201 -4 lines
implementing the make status target

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jan 16 15:48:45 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +16 -16 lines
more fixes to improve a proper de-shadow installation -Scott

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 13 17:58:43 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +38 -0 lines
more updates trying to fit in the base and setup LON-CAPA packages
into a smoother cd install. -Scott

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jan 10 17:00:34 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +16 -18 lines
functionality to better enforce file and package dependencies..
this isn't done perfectly, but it works perfectly.. -Scott

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jan 8 17:57:06 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +27 -1 lines
adding package dependency requirements to improve order of package
installation during installation -Scott

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 21 19:26:01 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2 lines
minor change to fix the incorrect targetting of symbolic links -Scott

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 21 14:45:36 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
forgot a semi-colon

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 21 14:38:31 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +3 -0 lines
trying to include directories into intermediate target
base_file_list.txt -Scott

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Dec 14 18:38:37 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +54 -0 lines
debugging configinstall target; enforcing file ownerships and
permissions to compensate for activity of loncaparestoreconfiguration
script -Scott

: ----------------------------------------------------------------------

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 14 17:39:57 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +70 -4 lines
implementing the ability to install new configuration files while
making time-stamped backups -Scott

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Dec 13 21:43:18 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +83 -1 lines
continuing to implement targets.  build/dependency information
is now processed. -Scott

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 12 17:05:36 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +124 -7 lines
adding in a cvs-to-system make process

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Dec 12 16:51:39 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +3 -0 lines
added support for configuration files

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 11 19:02:48 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +5 -1 lines
the BinaryRoot target works great now in this parse script

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 11 18:35:14 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +184 -0 lines
added a target to build a binary root image that reflects what
and where files should be on the eventual target system -Scott

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 10 17:27:11 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +261 -4 lines
implementing two important make targets which help to install/upgrade/etc
most anything (targets are SPEC and LCMakefile)
there will be some minor modifications still to be done to fit this
into make_rpm.pl strategy or a CVS update strategy -Scott

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 10 04:15:23 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +38 -7 lines
update description of directory block.  also improve file highlighting
logic when not found in CVS source -Scott

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 10 03:06:11 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +14 -0 lines
error checking for unconfigured directories

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 9 22:55:29 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +13 -1 lines
shows missing CVS source files in red; minor bug fixes

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 9 19:29:16 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +46 -0 lines
inserted HTML output to describe file permissions.. also some
category descriptionson the HTML output page... still fixing -Scott

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 9 17:03:57 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +49 -22 lines
works to render HTML output now.  still need to improve algorithm for
notes column rendering.  also need to include error checking and
other kinds of output (system update, RPM generation, etc) -Scott

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 8 20:28:57 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +223 -10 lines
beginning to produce a very complete HTML description target -Scott

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 7 20:42:13 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
very very very minor changes

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 7 20:34:12 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +10 -2 lines
adding in whitespace to make code more readable

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 5 15:30:47 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
added in file to parse information out of the master markup information
file
-Scott

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>