commit 77ce5ed9dd7709b790bb257184a88d84d2b12dd0 Author: Peter Lemenkov lemenkov@gmail.com Date: Thu Mar 27 17:26:01 2014 +0400
Use fedorahosted repo instead of private github forks
Signed-off-by: Peter Lemenkov lemenkov@gmail.com
erlang.spec | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) --- diff --git a/erlang.spec b/erlang.spec index 981b2c0..fe2972a 100644 --- a/erlang.spec +++ b/erlang.spec @@ -53,13 +53,11 @@ Source999: otp-get-patches.sh # Run something like # $ git clone git://github.com/erlang/otp.git # $ cd otp -# $ git remote add lemenkov git://github.com/lemenkov/otp.git -# $ git remote add ndim git://github.com/ndim/otp.git +# $ git remote add fedora https://git.fedorahosted.org/git/erlang.git # $ git fetch -v --all # to get yourself a copy of the Erlang/OTP source code with the -# Fedora specific patches from Peter Lemenkov and Hans Ulrich Niedermann. -# Then run something like -# $ ./otp-get-patches.sh /path/to/otp OTP_R14B02 ndim/fedora-R14B02 +# Fedora specific patches from Fedora. Then run something like +# $ ./otp-get-patches.sh /path/to/otp OTP_R14B02 fedora/fedora-R14B02 # for some semi-automatic patch update assistance. # # start of autogenerated patch tag list
erlang@lists.fedoraproject.org