pkgsrc-WIP-cvs archive

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

CVS commit: wip/twittering-mode



Module name:    wip
Committed by:   makoto
Date:           Thu Jul 12 10:03:52 UTC 2012

Modified Files:
        wip/twittering-mode: Makefile

Log Message:
We have following problem:
| error: SSL certificate problem: unable to get local issuer certificate 
  while accessing https://github.com/hayamiz/twittering-mode.git/info/refs
| fatal: HTTP request failed
(1) One work around is to have following line in ~./gitconfig
    -----------
    [http]
         sslVerify = false
    -----------
(2) or have command option as
    git -c http.sslVerify=false clone ....

(3) But taking the most easiest way to set
  PKGSRC_SETENV+=                GIT_SSL_NO_VERIFY=true
   for now.
Thanks


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/twittering-mode/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/twittering-mode/Makefile?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index