Hi,

The development could move to primarily use git on SF as well, IMHO 
there's no need to change the provider, and why change the name?

Anyway, if you all decide to move to github, appropriate redirecting 
information can  be put on the SF site.

 >     What is needed to get it included?

Main problem at the moment however is that there is no really actively 
caring maintainer at the SF project. I doubt that changes if you add 
moving to another server on the to-do list.

I feel somewhat responsible, but even after reading the mails in the 
past weeks I haven't found time to actively help yet. Sorry for that.

What is currently highest priority on the to-do list for UrJTAG?

Regards,
Kolja
















Am 07.02.2017 um 01:45 schrieb Benjamin Henrion:
> Let's fork on github and give it another name...
>
> On Feb 6, 2017 16:08, "Geert Stappers" <stapp...@debian.org
> <mailto:stapp...@debian.org>> wrote:
>
>     Hi,
>
>     Here a retransmit of a previous message.
>     This time with '[patch]' appended to the Subject.
>
>     What is needed to get it included?
>
>
>     Cheers
>     Geert Stappers
>
>
>     On Sun, Dec 04, 2016 at 09:59:35PM +0100, Geert Stappers wrote:
>
>     Hello,
>
>     Find below a shell script I would to be include
>     into source tree of urjtag.
>
>     Preferable as tools/generate_orig_tar_xz
>
>     The script helps to create successors
>     of
>     
> http://ftp.nl.debian.org/debian/pool/main/u/urjtag/urjtag_0.10+r2007.orig.tar.gz
>     
> <http://ftp.nl.debian.org/debian/pool/main/u/urjtag/urjtag_0.10+r2007.orig.tar.gz>
>
>
>     Groeten
>     Geert Stappers
>
>
>     #!/bin/bash
>     #
>     #  generate_orig_tar_xz
>     #   creates a tarball
>     #
>     #   Written because Debian packaging requires
>     #   more or less an original tarball from upstream
>     #
>     if [ -z "${1}" ] ; then
>         echo "E:Provide the svn revision number (rNNNN)" 1>&2
>         exit 1
>     else
>         SRN=${1}
>     fi
>
>     if [ ! -d ../urjtag -o ! -d ../web ] ; then
>         echo E: script not started in the urjtag directory of the urjtag
>     project
>         echo I: \`cd\` to the 'urjtag' directory
>         exit 1
>     else
>         # go to the directory where `git archive` can do it's job
>         cd ..
>     fi
>     if [ ! -d ./urjtag -o ! -d ./web -o ! -d ./urjtag/tools ] ; then
>         echo E: Not in the expected urjtag project directory structure
>         echo I: Find out who\'s expections are wrong
>         echo I:  Yours or those of the programmer of this script
>         exit 1
>     fi
>
>     # Package Name plus version
>     PNPV=urjtag-0.10
>
>     # Package Name plus version underscore
>     PNPVU=$( echo ${PNPV} | sed -e 's/-/_/' )
>
>     # This Version
>     TV="${PNPVU}+${SRN}"
>
>     LOGFILE=urjtag/${0}.log
>
>     echo Your request for ../${TV}.orig.tar.xz is work in progress
>
>     git archive --format=tar --prefix=${TV}/ \
>        HEAD:urjtag/ | xz > ${TV}.orig.tar.xz
>
>     # l l
>
>     Groeten
>     Geert Stappers
>     --
>     Leven en laten leven
>
>     
> ------------------------------------------------------------------------------
>     Check out the vibrant tech community on one of the world's most
>     engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>     _______________________________________________
>     UrJTAG-development mailing list
>     UrJTAG-development@lists.sourceforge.net
>     <mailto:UrJTAG-development@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/urjtag-development
>     <https://lists.sourceforge.net/lists/listinfo/urjtag-development>
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>
>
>
> _______________________________________________
> UrJTAG-development mailing list
> UrJTAG-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/urjtag-development
>

-- 
Mr. K. Waschk - Hamburg - Germany

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to