NetBSD

CVS log for pkgsrc/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk

[BACK] Up to [NetBSD] / pkgsrc / pkgtools / pbulk / files / pbulk / scripts

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Mar 11 17:31:43 2010 CET (23 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, HEAD
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
remove unused leftover

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 11 17:31:11 2010 CET (23 months ago) by tnn
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +3 -5 lines
simplify previous fix

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Mar 11 14:18:16 2010 CET (23 months ago) by tnn
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +6 -3 lines
mawk(1) doesn't know how to take length() of an array.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 11 21:27:03 2008 (3 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +68 -6 lines
pbulk-0.31:
- For direct build failures, make the package location in the first
column a hyper link to the last (supposedly failing) phase.
- For indirect failures, list the first 10 failing dependencies.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 7 21:41:07 2008 (3 years, 10 months ago) by joerg
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +51 -4 lines
pbulk-0.30:
Print the collected PKG_FAIL_REASON in the HTML version of the report.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Mar 1 20:04:37 2008 CET (3 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Removed trailing white-space.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 17 20:25:34 2008 CET (4 years ago) by joerg
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +5 -3 lines
pbulk-0.21:
Don't try to remove a non-existing file if no package had an error
during the build.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 16 15:02:05 2007 (4 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
close is a function, fix C&P errors. From Aleksey Cheusov.
Bump version, remove pkgrevision.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 25 17:12:53 2007 (4 years, 6 months ago) by joerg
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +2 -4 lines
pkgsrc_base_dir is now without leading /, compensate. GC it in the HTML
report script. Bump to pbulk-0.9.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 25 13:07:28 2007 (4 years, 6 months ago) by joerg
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Remove an additional ) and correct the assignment of a variable.
Bump to 0.8.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 20 21:39:34 2007 (4 years, 6 months ago) by joerg
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +8 -15 lines
Always call setprogname for platforms that don't have __progname.
Don't depend on date to implement %s or even %F and %R or support -r,
compute dates as one comment and split. This works even with the very
special HP-UX date. Requested and tested by tnn@

Bump to pbulk-0.7.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 7 15:54:36 2007 (4 years, 7 months ago) by wiz
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Fix a typo. Improve heading for top ten.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 30 00:43:26 2007 (4 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
#!/usr/bin/awk -f -
works for some reasons on NetBSD, but not with other versions
of one-true-awk or gawk. Bump to 0.4.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Jun 19 21:49:59 2007 (4 years, 7 months ago) by joerg
Branches: TNF
CVS tags: pkgsrc-base
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of pbulk, the new pkgsrc bulk build framework.

Discussion of various parts of the design with jlam@, wiz@, tls@
and many other developers. Special thanks to David Maxwell for
testing the initial prototype and finding some bugs with
Coverity Prevent.

Supported by Google's Summer of Code 2007 project.

OK for import during the freeze: jlam@

From DESCR:
pbulk is the modular bulk build framework for pkgsrc.

This package contains:

- pbulk-scan, a program to scan the entire pkgsrc tree
  or a list of directories therein for packages and
  dependencies. Distributed operation using a master/client
  mode is supported.

- pbulk-resolve, a program to resolve the dependencies
  from the output of pbulk-scan

- pbulk-build, the build scheduler. Distributed builds via TCP
  are supported.

- bulkbuild and related scripts to implement full and limited
  bulk builds on top of those programs.

The pbulk framework is considered experimental.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 19 21:49:59 2007 (4 years, 7 months ago) by joerg
Branches: MAIN
Initial revision

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

cvsweb.de.netbsd.org <zafer@aydogan.de>