[scm-migration-dev] provide a hook capable of running other collections of hooks in the background.

2008-09-17 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 31c303d99a38e4f550da3b97a517ea0a1cb34e57
Total changesets: 1
Log message:
provide a hook capable of running other collections of hooks in the background.
update cache.py to look for $TIP environment variable and fall back on "tip".

Files:
create: hook/bghook.py
update: hook/cache.py



[scm-migration-dev] trim updateoso as it can now run from bghook() and doesn't need its own at(1) job.

2008-09-18 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 75023e98fe325accd54719545dac8a08ae91ad8f
Total changesets: 1
Log message:
trim updateoso as it can now run from bghook() and doesn't need its own at(1) 
job.

Files:
update: clone-hgrc
update: hook/updateoso.py



[scm-migration-dev] bghook needs to be in hook/__init__.py

2008-09-18 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 067e927186f23b176efce52bfcbfee174b851f6c
Total changesets: 1
Log message:
bghook needs to be in hook/__init__.py

Files:
update: hook/__init__.py



[scm-migration-dev] fixes mjnelson suggested.

2008-09-18 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 77512a1da586b6402da88171d7fc2d7e28d00b4d
Total changesets: 1
Log message:
fixes mjnelson suggested.

Files:
update: hook/bghook.py



[scm-migration-dev] temporary hack to notify.py so we get ARC cases updated.

2008-09-19 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 1c84799303cbd17c580c0455cebcf44b194aed51
Total changesets: 1
Log message:
temporary hack to notify.py so we get ARC cases updated.

Files:
update: hook/notify.py



[scm-migration-dev] Tech Lead needs way of forcing all RTI's to go through him for restricted builds.

2008-09-29 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: c2ac2ec73bd0f9fa6fd1645452dedaea03d0002d
Total changesets: 1
Log message:
Tech Lead needs way of forcing all RTI's to go through him for restricted 
builds.

Files:
update: hook/rti.py
update: lib/utility.py



[scm-migration-dev] Forgot to update hgrc files and had typo (found in code review).

2008-09-29 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 864478605dc4dc6e1df37e4638ff16a93362e755
Total changesets: 1
Log message:
Forgot to update hgrc files and had typo (found in code review).

Files:
update: gate-closed-hgrc
update: gate-hgrc
update: hook/rti.py



[scm-migration-dev] fix plural error string in rti.py. use new webrticli location.

2008-09-30 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: d48a88db33c757c597f66a8951f4f25f8499a86e
Total changesets: 1
Log message:
fix plural error string in rti.py. use new webrticli location.

Files:
update: gate-closed-hgrc
update: gate-hgrc
update: hook/rti.py



[scm-migration-dev] use environment for RTI_STATUS and RTI_FILE (so background hooks find it).

2008-10-02 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 26eb3112f777af10004246bbed04e98e462206e1
Total changesets: 1
Log message:
use environment for RTI_STATUS and RTI_FILE (so background hooks find it).
stop importing ui as we don't need it and it makes pylint unhappy.

Files:
update: gate-closed-hgrc
update: gate-hgrc
update: hook/cache.py
update: hook/gitdiffs.py
update: hook/gknotify.py
update: hook/notify.py
update: hook/rti.py
update: hook/sanity.py
update: hook/updateoso.py
update: hook/webrev.py



[scm-migration-dev] add hook to update CRs.

2008-10-10 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 31b830dc6498641209cdcfb54ff689879880f7c5
Total changesets: 1
Log message:
add hook to update CRs.
do some cleanup.

Files:
create: bin/decrement_build.py
create: bin/increment_build.py
create: bin/which_build.py
create: hook/updatecr.py
create: lib/buildnumber.py
update: README
update: clone-hgrc
update: etc/config.py
update: gate-closed-hgrc
update: gate-hgrc
update: hook/__init__.py
update: hook/notify.py
update: hook/updateoso.py
update: lib/__init__.py
update: periodic/daily-snap.py



[scm-migration-dev] well guess i needed more testing. Missed parens for DB query.

2008-10-10 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: fbcae95f050bfafd7809bcb010a1543013ad82ee
Total changesets: 1
Log message:
well guess i needed more testing. Missed parens for DB query.

Files:
update: hook/updatecr.py



[scm-migration-dev] add pushlock hook and clean up some pylint.

2008-07-27 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 862cc1a6c9b5f6d8a6142c45dc120aaefc9a
Total changesets: 1
Log message:
add pushlock hook and clean up some pylint.

Files:
create: hook/pushlock.py
update: bin/lock.py
update: bin/unlock.py
update: etc/config.py
update: hgrc
update: hook/gitdiffs.py
update: hook/gknotify.py
update: hook/lockchk.py
update: hook/notify.py
update: hook/rti.py
update: hook/sanity.py
update: hook/webrev.py
update: lib/mail.py
update: lib/utility.py
update: periodic/clone-update.py



[scm-migration-dev] Change scripts for the "push only gate" and "pull only clone".

2008-07-29 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 3925ac85951f788a3ceed60e68f7797a035c
Total changesets: 1
Log message:
Change scripts for the "push only gate" and "pull only clone".
Report all errors in sanity.py before rejection.

Files:
create: clone-closed-hgrc
create: clone-hgrc
create: gate-closed-hgrc
create: gate-hgrc
create: hook/cloneincoming.py
delete: hgrc
delete: hook/pushlock.py
update: README
update: bin/lock.py
update: bin/unlock.py
update: etc/config.py
update: hook/__init__.py
update: hook/cache.py
update: hook/lockchk.py
update: hook/rti.py
update: hook/sanity.py
update: on-hg.py



[scm-migration-dev] clean up hgrc

2008-07-29 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: dc09cdae06cecb7d47c43d0c2b6697be19b6cf29
Total changesets: 1
Log message:
clean up hgrc

Files:
update: gate-closed-hgrc
update: gate-hgrc



[scm-migration-dev] clone-update is really a local tag exercise.

2008-07-29 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 8896ce10e3c8e03d5b4987d1c97ffbe6b5d0d7d0
Total changesets: 1
Log message:
clone-update is really a local tag exercise.

Files:
update: periodic/clone-update.py



[scm-migration-dev] simplify tag check and fix backout check

2008-07-30 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 8f918d2197a502b2a81801e69e77507d8318d41b
Total changesets: 1
Log message:
simplify tag check and fix backout check

Files:
update: gate-closed-hgrc
update: gate-hgrc
update: hook/sanity.py
update: lib/utility.py



[scm-migration-dev] whitespace got lost in mail cleanup. put it back.

2008-07-30 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 787ff033ba9a267d38250c1b3e57a3604a5a3f2e
Total changesets: 1
Log message:
whitespace got lost in mail cleanup. put it back.

Files:
update: hook/gknotify.py
update: hook/notify.py
update: lib/utility.py



[scm-migration-dev] initial nightly-build and incremental.

2008-08-02 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 70c35e6dbb0c2f67f581ff75278cbf2a08c46d1b
Total changesets: 1
Log message:
initial nightly-build and incremental.
not yet thoroughly tested.

Files:
create: periodic/incremental.py
create: periodic/nightly-build.py
update: periodic/clone-update.py



[scm-migration-dev] Fixes found during testing.

2008-08-02 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 116451ed5ae9651fd2fdc2e8be2f050606f7d186
Total changesets: 1
Log message:
Fixes found during testing.

Files:
update: lib/utility.py
update: periodic/clone-update.py
update: periodic/nightly-build.py



[scm-migration-dev] sanity should make sure we don't get object files.

2008-08-04 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 002cafeac20e7b7fe0d1a2732ad822b4d4acb20e
Total changesets: 1
Log message:
sanity should make sure we don't get object files.
incremental should only build if open code changed.

Files:
update: hook/sanity.py
update: periodic/incremental.py



[scm-migration-dev] Forgot to stop peeps from pulling from the gate.

2008-08-04 Thread david.mar...@sun.com
Author: dmarker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 686946fdf91ec8a79341be31d365018a1a90ff4a
Total changesets: 1
Log message:
Forgot to stop peeps from pulling from the gate.

Files:
create: hook/gateoutgoing.py
update: gate-closed-hgrc
update: gate-hgrc
update: hook/__init__.py



[scm-migration-dev] HOME environment var almost always needs to be set for hg and trust.

2008-08-07 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 13c87b174da31bebe6de23f5ad9a4ecbdfbcb4ef
Total changesets: 1
Log message:
HOME environment var almost always needs to be set for hg and trust.
Fix other boneheaded mistakes I made (sadly only discovered while running on 
gate).
Finally update config so it exists outside just gate repos.

Files:
update: clone-closed-hgrc
update: clone-hgrc
update: etc/config.py
update: gate-closed-hgrc
update: gate-hgrc
update: hook/notify.py
update: lib/mail.py
update: lib/utility.py
update: on-hg.py
update: periodic/incremental.py
update: periodic/nightly-build.py



[scm-migration-dev] get rid of shortuser()s

2008-08-11 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 4104e853ce900de0469f07d02fa0fdbe353aade5
Total changesets: 1
Log message:
get rid of shortuser()s
email subject fix. see email.Message.Message.__setitem__
add rotate-archives.py

Files:
create: lib/fileage.py
create: periodic/rotate-archives.py
update: hook/lockchk.py
update: lib/__init__.py
update: lib/mail.py
update: lib/utility.py
update: on-hg.py
update: periodic/incremental.py



[scm-migration-dev] need script to update /opt/onbld

2008-08-12 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 056ba71a4ec0dcb74241ce0eb5ce6290fd3837ce
Total changesets: 1
Log message:
need script to update /opt/onbld
need to learn how to spell RBAC

Files:
create: periodic/update-SUNWonbld.py
update: periodic/clone-update.py
update: periodic/rotate-archives.py



[scm-migration-dev] need a script to track unref-ed files.

2008-08-13 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 7451ea4d80d701964f1498f4dfe1e940a295e303
Total changesets: 1
Log message:
need a script to track unref-ed files.
changed the subject on the wrong line in update-SUNWonbld.py

Files:
create: periodic/unref.py
update: periodic/update-SUNWonbld.py



[scm-migration-dev] helps to return correct boolean and send mail.

2008-08-13 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: d031990d93ecfd78b5cd217f58a29808968fe62c
Total changesets: 1
Log message:
helps to return correct boolean and send mail.

Files:
update: periodic/unref.py



[scm-migration-dev] ui.pushbuffer() lost error messages

2008-08-16 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 178dac08d8a4910db7f101b9d62c595bcabf1059
Total changesets: 1
Log message:
ui.pushbuffer() lost error messages

Files:
update: hook/rti.py



[scm-migration-dev] need script to take ZFS snapshots of gate/clone

2008-08-16 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 53e8dd16a84fd895ff204e0323ab72ef7cb39fe3
Total changesets: 1
Log message:
need script to take ZFS snapshots of gate/clone

Files:
create: periodic/daily-snap.py



[scm-migration-dev] need hook to update hg.os.o

2008-08-18 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 918a432b1d8bf630c77759097e2d19d8dc801f69
Total changesets: 1
Log message:
need hook to update hg.os.o

Files:
create: hook/updateoso.py
update: clone-hgrc
update: hook/__init__.py
update: lib/fileage.py



[scm-migration-dev] Mercurial runs hook such that __file__ end in .pyc.

2008-08-20 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: ec9be71e0b271479ed338db6ba94d9086960276a
Total changesets: 1
Log message:
Mercurial runs hook such that __file__ end in .pyc.
Fix updateoso.py to account for that.

Files:
update: hook/updateoso.py



[scm-migration-dev] wow i screwed up lock/unlock.py when we went to push/pull only repos.

2008-08-21 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: b3e9709594d69fd2c1b942ad3da6be4a606941e7
Total changesets: 1
Log message:
wow i screwed up lock/unlock.py when we went to push/pull only repos.
also other gates our stealing my hooks and trying to push to hg.os.o!
need way to see who...

Files:
update: bin/lock.py
update: bin/unlock.py
update: hook/updateoso.py



[scm-migration-dev] need a utility to list bugs pushed to a build.

2008-08-23 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 359f1393079e6742255ae8f6c4b0b07dcf95cb96
Total changesets: 1
Log message:
need a utility to list bugs pushed to a build.

Files:
create: bin/buglist.py
update: lib/utility.py



[scm-migration-dev] rotate-archives didn't handle symlinks (which we make for DOA archives)

2008-08-28 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 072065138f8855d913fc769db2e895be8e66fab2
Total changesets: 1
Log message:
rotate-archives didn't handle symlinks (which we make for DOA archives)
added update_public() to update-SUNWonbld, which we may or may not do

Files:
update: periodic/rotate-archives.py
update: periodic/update-SUNWonbld.py



[scm-migration-dev] work around bug in hg 1.1.2 where `hg pull -u -r ` fails.

2009-03-19 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: da7ed0ee4e6a6bf175eb9842c73ca8bb0205fb31
Total changesets: 1
Log message:
work around bug in hg 1.1.2 where `hg pull -u -r ` fails.

Files:
update: periodic/nightly-build.py



[scm-migration-dev] fixes to clone-update.py

2009-03-25 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 25e186078b9bfae15b232af13ec1da00b6cdc18d
Total changesets: 1
Log message:
fixes to clone-update.py
add rhelp.py to lib (refactor code to use it more later)
need to save about 9 months of archives

Files:
create: etc/file.style
create: lib/rhelp.py
update: lib/__init__.py
update: lib/fileage.py
update: lib/utility.py
update: periodic/clone-update.py
update: periodic/rotate-archives.py



[scm-migration-dev] if clone closes at 11PM add adding 2 hours is more than sufficient. 26 is wrong.

2009-03-25 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: 188334f6d5640a57813f0edfab91f8d93560680d
Total changesets: 1
Log message:
if clone closes at 11PM add adding 2 hours is more than sufficient. 26 is wrong.
clearly dmarker is not the kwisatz haderach.

Files:
update: periodic/clone-update.py



[scm-migration-dev] refactor incremental.py (and show incoming results better).

2009-03-30 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: d49ee79342f5809720a029e1cf0b64d88621b654
Total changesets: 1
Log message:
refactor incremental.py (and show incoming results better).

Files:
update: lib/rhelp.py
update: periodic/incremental.py



[scm-migration-dev] dork bug in pulling closed.

2009-03-31 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: f9269dd9722f550cafb2b81f4bb559776632a2f5
Total changesets: 1
Log message:
dork bug in pulling closed.

Files:
update: lib/rhelp.py
update: periodic/incremental.py



[scm-migration-dev] A few fixes to python scripts.

2008-12-12 Thread david.mar...@sun.com
Author: David Marker 
Repository: /hg/scm-migration/onnv-gk-tools
Latest revision: a12f98c59cac4c3ddf418dd2c4ac196c4482471b
Total changesets: 1
Log message:
A few fixes to python scripts.
Need a shell for anonymous hg access to repos.

Files:
create: anonhgsh/Makefile
create: anonhgsh/README
create: anonhgsh/anonhgsh.c
create: anonhgsh/gsb.py
create: anonhgsh/repo.txt
update: bin/buglist.py
update: hook/rti.py
update: hook/updatecr.py
update: periodic/update-SUNWonbld.py



[scm-migration-dev] backout 6651404: inappropriate copying of closed source code

2008-04-16 Thread david.mar...@sun.com
Author: dm120769
Repository: /hg/scm-migration/onnv-scm
Latest revision: 6cb79a5aa513b3de277ad3a4337328160eb8c01b
Total changesets: 1
Log message:
backout 6651404: inappropriate copying of closed source code

Files:
delete: usr/src/uts/common/sys/bmc_cmd.h
delete: usr/src/uts/sun4v/bmc/Makefile
delete: usr/src/uts/sun4v/io/bmc/bmc.conf
delete: usr/src/uts/sun4v/io/bmc/bmc_fe.c
delete: usr/src/uts/sun4v/io/bmc/bmc_fe.h
delete: usr/src/uts/sun4v/io/bmc/bmc_vc.c
update: usr/src/cmd/devfsadm/sparc/misc_link_sparc.c
update: usr/src/pkgdefs/SUNWcakr.v/prototype_com
update: usr/src/pkgdefs/common_files/i.minorperm_sparc
update: usr/src/pkgdefs/etc/exception_list_i386
update: usr/src/pkgdefs/etc/exception_list_sparc
update: usr/src/uts/common/sys/Makefile
update: usr/src/uts/sparc/os/minor_perm
update: usr/src/uts/sparc/os/name_to_major
update: usr/src/uts/sun4v/Makefile.files
update: usr/src/uts/sun4v/Makefile.rules
update: usr/src/uts/sun4v/Makefile.sun4v.shared