public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ago:master commit in: script/
Date: Tue,  1 Jan 2013 14:17:33 +0000 (UTC)	[thread overview]
Message-ID: <1357049821.8c309d46b620636b1f6798604bbe88776a438e12.ago@gentoo> (raw)

commit:     8c309d46b620636b1f6798604bbe88776a438e12
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 14:17:01 2013 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan  1 14:17:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=8c309d46

remove 'cvs up' part since it was recommented to run cvs up in gentoo-x86

---
 script/batch-pretend.py |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/script/batch-pretend.py b/script/batch-pretend.py
index cef8021..5e45453 100755
--- a/script/batch-pretend.py
+++ b/script/batch-pretend.py
@@ -130,17 +130,6 @@ if __name__ == "__main__":
 					cvs_path = os.path.join(options.repo, pn)
 					print_and_log('Working in %s...' % cvs_path, log_file)
 
-					# Remove whole directory to prevent problems with conflicts.
-					if os.path.exists(cvs_path):
-						try:
-							shutil.rmtree(cvs_path)
-						except OSError:
-							print '!!! rmtree %s failed' % cvs_path
-							sys.exit(1)
-
-					if run_command(["cvs", "up", pn], options.repo, log_file)[0] != 0:
-						print '!!! cvs up failed'
-						sys.exit(1)
 					if run_command(["ekeyword", options.arch, ebuild_name], cvs_path, log_file)[0] != 0:
 						print '!!! ekeyword failed'
 						sys.exit(1)


             reply	other threads:[~2013-01-01 14:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-01 14:17 Agostino Sarubbo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-13 14:49 [gentoo-commits] dev/ago:master commit in: script/ Agostino Sarubbo
2014-08-13 14:45 Agostino Sarubbo
2013-05-05  9:38 Agostino Sarubbo
2013-03-24 17:52 Agostino Sarubbo
2013-01-14 10:20 Agostino Sarubbo
2013-01-14  9:46 Agostino Sarubbo
2012-12-30 17:16 Agostino Sarubbo
2012-12-30 17:13 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357049821.8c309d46b620636b1f6798604bbe88776a438e12.ago@gentoo \
    --to=ago@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox