Hi Shahnaz,

git repositories can have multiple branches, so there's no "single"
valid state at a given time (lest you specify a default branch, but even
then, it kind of leads to paradoxes) and the @{time} syntax is a bit
surprising; so:
where did you take that syntax from? I can't find a single instance of
people using git+...@{timestamp} with pip.

As Martin said, this is probably the XY problem, where you try to solve
problem X, think Y is the solution, but Y is pretty obscure for people
who might be able to solve X; however, forgetting to mention X, you can
only get increasingly strange answers...
So: what's your original problem? Is it the pkg-config issue you mention
in the other thread?

Best regards,
Marcus
On 11.05.2016 03:09, Martin Braun wrote:
> You want to specify a certain commit (@123abc), I'm not sure the time
> thing is even valid. However, it would help more if you could tell us
> what's wrong, so we can fix it.
>
> M
>
> On 05/09/2016 08:45 PM, Shahnaz Shirazi wrote:
>> Hi,
>>
>> I'm trying to check out the pybomb code that I've used on May 4th,2016
>> from git hub.
>> so currently can update to latest by below command :
>>
>>
>> sudo -H pip install --upgrade git+https://github.com/gnuradio/pybombs.git
>>
>> but when trying to upgrade to sepcific time stamp it doesn't work.
>>
>> sudo -H pip install --upgrade
>> git+https://github.com/gnuradio/pybombs.git@{2016-05-04 16:30:00}
>>
>>
>> can some one help me on that?
>>
>> regards,
>> Shahnaz
>>
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to