summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* new stats script. Not very useful yet. I am thinking of a better solution.Stefan Schweizer2006-07-251-18/+18
| | | | svn path=/sunrise/; revision=697
* make echangelog even work when no vcs is thereStefan Schweizer2006-07-171-2/+2
| | | | svn path=/sunrise/; revision=645
* make sunrise-commit avn add the files before generating the ChangeLogStefan Schweizer2006-07-171-1/+7
| | | | svn path=/sunrise/; revision=644
* make sunrise-commit avn add the files before generating the ChangeLogStefan Schweizer2006-07-171-0/+1
| | | | svn path=/sunrise/; revision=641
* fix repoman problems with sunrise-commit, svn problems with echangelog and ↵Stefan Schweizer2006-07-172-41/+8
| | | | | | use sunrise echangelog by default svn path=/sunrise/; revision=635
* revertStefan Schweizer2006-07-171-1/+0
| | | | svn path=/sunrise/; revision=634
* echangelog for svn, please test and improveStefan Schweizer2006-07-172-0/+398
| | | | svn path=/sunrise/; revision=633
* scripts/sunrise-commit: Don't 'svn add' deleted items; new intelligent ↵Alex Tarkovsky2006-07-111-35/+151
| | | | | | parsing and handling of 'svn status' output; more accurately determine working copy base dir; minor code cleanup. svn path=/sunrise/; revision=587
* scripts/review: make it not show false errorsStefan Schweizer2006-07-101-6/+6
| | | | svn path=/sunrise/; revision=573
* scripts/review: some updatesStefan Schweizer2006-07-101-12/+10
| | | | svn path=/sunrise/; revision=569
* changesStefan Schweizer2006-07-081-1/+1
| | | | svn path=/sunrise/; revision=551
* scripts/review: some improvementsStefan Schweizer2006-07-081-5/+10
| | | | svn path=/sunrise/; revision=549
* scripts/review: new, much improved review scriptStefan Schweizer2006-07-081-0/+164
| | | | svn path=/sunrise/; revision=548
* scripts/sunrise-commit: Fixed infinite loop conditionAlex Tarkovsky2006-07-071-1/+3
| | | | svn path=/sunrise/; revision=506
* scripts/sunrise-commit: Fixed cases where metadata.xml is erroneously createdAlex Tarkovsky2006-07-061-1/+1
| | | | svn path=/sunrise/; revision=503
* scripts/SunriseCIA: Importing our used botMarkus Ullmann2006-07-062-0/+269
| | | | svn path=/sunrise/; revision=502
* scripts/sunrise-commit: Fixed dir ascension ordering problem during svn ↵Alex Tarkovsky2006-07-061-7/+10
| | | | | | commit; code clarifications svn path=/sunrise/; revision=497
* scripts/sunrise-commit: When -d option is used make sure svn commit still ↵Alex Tarkovsky2006-07-061-2/+7
| | | | | | executes from parent dir(s) if necessary svn path=/sunrise/; revision=496
* scripts/sunrise-commit: Replaced a need echo statementAlex Tarkovsky2006-07-061-1/+1
| | | | svn path=/sunrise/; revision=495
* scripts/sunrise-commit: Now checks for *.ebuild in cwd, not in svn status; ↵Alex Tarkovsky2006-07-061-6/+5
| | | | | | removed some extraneous echo statements svn path=/sunrise/; revision=493
* scripts/sunrise-commit: Fixed svn add to include cwd. genstef++Alex Tarkovsky2006-07-041-4/+4
| | | | svn path=/sunrise/; revision=470
* scripts/sunrise-commit: Only test for changes in cwd after svn add is runAlex Tarkovsky2006-07-041-8/+8
| | | | svn path=/sunrise/; revision=464
* scripts/sunrise-commit: Prevent duplicate and conflicting ChangeLog ↵Alex Tarkovsky2006-07-031-2/+10
| | | | | | modifications svn path=/sunrise/; revision=457
* scripts/sunrise-commit: Exit with informative message if svn update results ↵Alex Tarkovsky2006-07-031-1/+17
| | | | | | in conflicts svn path=/sunrise/; revision=456
* scripts/sunrise-commit: Create metadata.xml before making ChangeLog entry.Alex Tarkovsky2006-07-031-1/+1
| | | | svn path=/sunrise/; revision=449
* scripts/sunrise-commit: Create skeleton metadata.xml in cwd; corrected ↵Alex Tarkovsky2006-07-031-3/+5
| | | | | | another sleepyheaded typo; fixed repoman exit status reporting and handling; ChangeLog is now generated *before* digest. svn path=/sunrise/; revision=448
* fix typo and make it workStefan Schweizer2006-07-021-1/+1
| | | | svn path=/sunrise/; revision=417
* scripts/sunrise-commit: Fixed directory ascension for svn update; svn commit ↵Alex Tarkovsky2006-07-021-6/+12
| | | | | | is now run from nearest un-modified dir to cwd svn path=/sunrise/; revision=416
* scripts/sunrise-commit: Run svn update from topmost un-modified directory ↵Alex Tarkovsky2006-07-021-6/+13
| | | | | | with respect to cwd svn path=/sunrise/; revision=415
* scripts/sunrise-commit: Fixed changelog code; muzzled some potentially ↵Alex Tarkovsky2006-06-301-3/+3
| | | | | | confusing output when no ebuilds are present. svn path=/sunrise/; revision=403
* scripts/svncommit.sh: Removing file (last attempt failed). ↵Alex Tarkovsky2006-06-302-54/+24
| | | | | | scripts/sunrise-commit: Enabled repoman functionality; removed unnecessary -f option; tightened code. svn path=/sunrise/; revision=402
* scripts/sunrise-commit: Added option to disable auto-formatting of commit ↵Alex Tarkovsky2006-06-301-31/+33
| | | | | | message svn path=/sunrise/; revision=395
* scripts/svncommit.sh: Obsolete, removing. scripts/sunrise-commit: ↵Alex Tarkovsky2006-06-301-38/+61
| | | | | | Automatically prefixes commit message with categoryname/pkgname if an ebuild is among the committed files, otherwise prefixes with dirname/filename. Code readability improvements. svn path=/sunrise/; revision=394
* scripts/sunrise-commit: Revert to showing M sunrise-commit in default ↵Alex Tarkovsky2006-06-301-17/+34
| | | | | | output; fixed -h svn path=/sunrise/; revision=389
* scripts/sunrise-commit: Updated help message to school users on proper ↵Alex Tarkovsky2006-06-291-53/+60
| | | | | | commit message format svn path=/sunrise/; revision=374
* Send a message with commit this timeAlex Tarkovsky2006-06-291-1/+1
| | | | svn path=/sunrise/; revision=371
* Exits immediately if no changes found in current dir; more meaningful ↵Alex Tarkovsky2006-06-291-17/+47
| | | | | | message output; added option to skip svn update step; bugfixes & cleanup. svn path=/sunrise/; revision=370
* Oops, added check for missing svn commit messageAlex Tarkovsky2006-06-291-5/+14
| | | | svn path=/sunrise/; revision=369
* Initial commit, replaces svncommit.shAlex Tarkovsky2006-06-291-0/+127
| | | | svn path=/sunrise/; revision=367
* use $* for svncommit.shStefan Schweizer2006-06-281-1/+1
| | | | svn path=/sunrise/; revision=349
* Reviewed up to revision 337Stefan Schweizer2006-06-271-1/+1
| | | | svn path=/sunrise/; revision=338
* svncommit.sh - generate the digests, add to svn and commitStefan Schweizer2006-06-251-0/+16
| | | | svn path=/sunrise/; revision=310
* review.sh: dont show the expected errorStefan Schweizer2006-06-241-1/+1
| | | | svn path=/sunrise/; revision=226
* review.sh: Removing the PRESS RETURN crapMarkus Ullmann2006-06-231-0/+4
| | | | svn path=/sunrise/; revision=222
* script/ovl-ebuild.sh: fixPiotr Jaroszyński2006-06-191-1/+2
| | | | svn path=/sunrise/; revision=139
* script/ovl-ebuild.sh: QA fixPiotr Jaroszyński2006-06-191-1/+0
| | | | svn path=/sunrise/; revision=138
* script/ovl-ebuild.sh: list ebuilds isntalled not from portage dirPiotr Jaroszyński2006-06-191-0/+26
| | | | svn path=/sunrise/; revision=137
* Add review.sh script to scripts/Stefan Schweizer2006-06-181-0/+24
| | | | svn path=/sunrise/; revision=112
* scripts/portdupe - ignores CVS dirs, uses category list, thanks to tcort for ↵David Shakaryan2006-06-171-3/+3
| | | | | | helping svn path=/sunrise/; revision=90
* Whitespace cleanupMarkus Ullmann2006-06-171-0/+1
| | | | svn path=/sunrise/; revision=88