[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DPN 2015/07 frozen. Please review and translate.




Hi
____________________

De : Justin B Rye
Date : 1 Septembre 2015 15h09
À : debian-publicity@lists.debian.org
Cc :
Objet : Re: DPN 2015/07 frozen. Please review and translate.

Donald Norwood wrote:
> We just finisse the last bits of the new issue of DPN to be released on
> Wednesday, September 02, around 19:45 UTC.
>
> We would very much appreciate reviews and translations.
>
> Instructions are available on the wiki:
> http://wiki.debian.org/ProjectNews
>
> The last updated version is available on the publicity
> Git repository, even via HTTP:
> https://anonscm.debian.org/cgit/publicity/dpn.git/tree/en/2015/07/index.wml

Oh!  I'm used to checking it out via subversion, but apparently that
doesn't work any longer (I see 2015/06 but no 07).  My understanding
of git isn't sufficient to translate my usual workflow of

svn co svn+ssh://svn.debian.org/svn/publicity/dpn/en/2015
[edit file]
svn diff
svn -m "first pass" commit

into a working git version.  I can get this close:

git clone git://anonscm.debian.org/publicity/dpn.git
cd dpn
[edit file]
git diff
git -m "first pass" commit

But this tells me "Your branch is up-to-date with 'origin/master'",
whatever that means.  Should I perhaps be doing something other than a
commit?  Should I have started with something other than a clone?
--
JBR­with qualifications in linguistics, experience as a Debian
­sysadmin, and probably no clue about this particular package

Did you try this in /dpn:
git commit -a -m "first pass"
then
git push

It works for me
Yours
Jipege


Reply to: