summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed up to revision 5366Markus Ullmann2008-01-091-0/+23
| | | | svn path=/sunrise/; revision=5367
* define colours directlyChristian Faulhammer2007-12-061-4/+4
| | | | svn path=/sunrise/; revision=5222
* add nice lil script to find empty dirs in sunriseMarkus Ullmann2007-07-071-0/+12
| | | | svn path=/sunrise/; revision=4189
* use /etc/init.d/functions.shStefan Schweizer2007-04-251-1/+1
| | | | svn path=/sunrise/; revision=3533
* Find PORTDIR automagicallyJakub Moc2007-02-081-2/+1
| | | | svn path=/sunrise/; revision=2962
* update our botstuffMarkus Ullmann2007-01-086-30/+533
| | | | svn path=/sunrise/; revision=2686
* scripts/portdupe: Undo Peper's change.David Shakaryan2006-12-271-1/+1
| | | | svn path=/sunrise/; revision=2504
* A little improvment.Piotr Jaroszyński2006-12-272-2/+2
| | | | svn path=/sunrise/; revision=2503
* scripts/create-stats.sh: space fix testMarkus Ullmann2006-11-181-1/+0
| | | | svn path=/sunrise/; revision=1944
* scripts/portdupe: Fix category checking.David Shakaryan2006-11-111-3/+3
| | | | svn path=/sunrise/; revision=1895
* scripts/sunrise-commit: removed as it is unneeded now, use overlay-utilsMarkus Ullmann2006-11-051-350/+0
| | | | svn path=/sunrise/; revision=1835
* re-ordering scripts dirMarkus Ullmann2006-10-307-0/+0
| | | | svn path=/sunrise/; revision=1688
* Adding out CommitAnnouncer pluginMarkus Ullmann2006-10-095-0/+435
| | | | svn path=/sunrise/; revision=1490
* we use review now\!Stefan Schweizer2006-10-081-28/+0
| | | | svn path=/sunrise/; revision=1469
* improve it to not look in profiles/ (only *-*/*)Stefan Schweizer2006-10-031-1/+1
| | | | svn path=/sunrise/; revision=1376
* allow ./review w/o argumentStefan Schweizer2006-09-011-17/+18
| | | | svn path=/sunrise/; revision=1092
* scripts/sunrise-commit: Reverting to previousAlex Tarkovsky2006-08-311-3/+2
| | | | svn path=/sunrise/; revision=1074
* scripts/sunrise-commit: Updated for inclusion in the new ↵Alex Tarkovsky2006-08-311-2/+3
| | | | | | app-portage/overlay-utils ebuild; this version will not function without overlay-utils installed svn path=/sunrise/; revision=1072
* scripts/sunrise-commit: ask to allow -c to append to a modified ChangeLog, ↵Ian Stakenvicius2006-08-231-1/+18
| | | | | | as the check keeps ChangeLog from being updated on an initial (first) commit svn path=/sunrise/; revision=1009
* do not exclude manifest and digest on the diffstatStefan Schweizer2006-08-171-1/+1
| | | | svn path=/sunrise/; revision=954
* diffstat support for ./reviewStefan Schweizer2006-08-121-0/+1
| | | | svn path=/sunrise/; revision=870
* 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