Spam attack on wikis

2013-07-26 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We are experiencing a severe spam attack on the wikis.  As a temporary
measure all new registration has been blocked, while we work out the
best way of dealing with this.

Sorry for the inconvenience.

Anne
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHvlSgACgkQj93fyh4cnBcM9wCfQaEA/z17dO79wDaGs1PSoBE8
skUAni8bWSgCFfh3Ee0WeDE6kf/L4lQ8
=gARV
-END PGP SIGNATURE-

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


git question

2013-07-26 Thread Lindsay Mathieson
I've made changes in a private branch and and want to create a diff to submit 
for application against master. Would this be the correct command?

  git diff master..my-branch

thanks,

-- 
Lindsay

signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: git question

2013-07-26 Thread Martin Graesslin
On Saturday 27 July 2013 14:30:11 Lindsay Mathieson wrote:
> I've made changes in a private branch and and want to create a diff to
> submit for application against master. Would this be the correct command?
> 
>   git diff master..my-branch
In case it's about submitting to review board, please have a look at the tool 
"post-review" [1] which is perfect for exactly this situation of reviewing 
patches from a local branch.

Cheers
Martin

[1]  http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: git question

2013-07-26 Thread Lindsay Mathieson
On Sat, 27 Jul 2013 07:58:40 AM Martin Graesslin wrote:
> In case it's about submitting to review board, please have a look at the
> tool  "post-review" [1] which is perfect for exactly this situation of
> reviewing patches from a local branch.


I'll give it another spin but in the past I've found it far easier to generate 
and submit my own diffs

$ git diff master..my-branch > my.diff

Upload to reviewboard and detail. Simple.

-- 
Lindsay

signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: git question

2013-07-26 Thread Lindsay Mathieson
On Sat, 27 Jul 2013 07:58:40 AM Martin Graesslin wrote:
> In case it's about submitting to review board, please have a look at the
> tool  "post-review" [1] which is perfect for exactly this situation of
> reviewing patches from a local branch.


Yup, not really seeing it being easier. Still have to specify the branch and 
revision range by hand, then login to review board to finish filling in the 
details and submit.

All it automates is uploading the diff, which was hardly rocket science in the 
first place. And at the moment its just failing with a "Error uploading diff".
-- 
Lindsay

signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<