All of lore.kernel.org
 help / color / mirror / Atom feed
* HTTP GIT access to alsa-lib seems to be misaligned
@ 2018-11-13 10:26 Timo Wischer
  2018-11-13 17:34 ` Takashi Iwai
  2018-11-13 22:04 ` Jaroslav Kysela
  0 siblings, 2 replies; 5+ messages in thread
From: Timo Wischer @ 2018-11-13 10:26 UTC (permalink / raw)
  To: Takashi Sakamoto, alsa-devel

Hi all,

The master branch of

$ git clone http://git.alsa-project.org/http/alsa-lib.git

is a different one as of

$ git clone git://git.alsa-project.org/alsa-lib.git alsa-lib


$ git log --graph --oneline http/master
* dd2f6f8 update README
* 9021f6c samples: make them work well
* eec7186 tests: add a test for client instance of ALSATimer
* c46b9e6 tests: add a test for port instance of ALSASeq
* d6467d9 tests: add a test for client instance of ALSASeq
* 03a8b8b tests: add test for public API of client class of ALSACtl
* 2f94c2d rawmidi; add GObject enumerator for information flags
* ed49bff rawmidi: add GObject enums for stream direction
* 25e37bc rawmidi: add support for GObject enumerations
* 709c4ce timer: add GObject enums for event type of timer instance
* 10c9f2e timer: add GObject flags for paramter flags of timer instance
* 3118597 timer: add GObject flags for flag of global timer instance
* b28e1d7 timer: add GObject enums for type of global timer instance
* 48f904b timer: add GObject enums for slave class of timer instance
* 3bc28ec timer: add GObject enums for device class of timer instance
* 480b358 timer: add support for GObject enumerations

versus

$ git log --graph --oneline origin/master
* 178fe66 utils/alsa.m4: conditionally enable libdl in AM_PATH_ALSA m4 macro
* 9a8d0b0 README.md: add link to www.alsa-project.org
* fa72edc initial version of README.md for github
* 6fbee19 initial version of .travis.yml file
* b420056 pcm: interval: Interpret (x x+1] correctly and return x+1
* 92172ad test/audio_time: remove unused variables
* 956bc15 test: rename code to more approriate mixtest
* 82ae026 test/code: make it work again
* 6852f88 test/latecy: fix typo in tstamp compare
* 6eced6b conf/ucm/Dell-WD15-Dock: Fix incorrect device names
* 3ec6dce Release v1.1.7
* fd13267 ioplug: Fix comment in struct snd_pcm_ioplug
* 60d74ce timer: fix wrong comment to refer to 'SNDRV_TIMER_PSFLG_*'
* 7c5c050 seq: Fix signedness in MIDI encoder/decoder
* a849163 control_hw: Fix issue when applying seccomp policy
* 040cfea conf/ucm: bytcr-rt5640: Improve human readable input/output names


@Takashi The latest commit of http/master is yours. May be you have an 
idea how to solve this issue.

-- 
Best regards
*Timo Wischer*
Engineering Software Base (ADITG/ESB)

Tel. +49 5121 49 6938

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: HTTP GIT access to alsa-lib seems to be misaligned
  2018-11-13 10:26 HTTP GIT access to alsa-lib seems to be misaligned Timo Wischer
@ 2018-11-13 17:34 ` Takashi Iwai
  2018-11-13 22:05   ` Jaroslav Kysela
  2018-11-13 22:04 ` Jaroslav Kysela
  1 sibling, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2018-11-13 17:34 UTC (permalink / raw)
  To: Timo Wischer; +Cc: alsa-devel

On Tue, 13 Nov 2018 11:26:18 +0100,
Timo Wischer wrote:
> 
> Hi all,
> 
> The master branch of
> 
> $ git clone http://git.alsa-project.org/http/alsa-lib.git

I don't think http never worked properly for git.alsa-project.org.

In anyway, alsa-project.org is served by Jaroslav.
Jaroslav, could you check this please?


thanks,

Takashi


> 
> is a different one as of
> 
> $ git clone git://git.alsa-project.org/alsa-lib.git alsa-lib
> 
> 
> $ git log --graph --oneline http/master
> * dd2f6f8 update README
> * 9021f6c samples: make them work well
> * eec7186 tests: add a test for client instance of ALSATimer
> * c46b9e6 tests: add a test for port instance of ALSASeq
> * d6467d9 tests: add a test for client instance of ALSASeq
> * 03a8b8b tests: add test for public API of client class of ALSACtl
> * 2f94c2d rawmidi; add GObject enumerator for information flags
> * ed49bff rawmidi: add GObject enums for stream direction
> * 25e37bc rawmidi: add support for GObject enumerations
> * 709c4ce timer: add GObject enums for event type of timer instance
> * 10c9f2e timer: add GObject flags for paramter flags of timer instance
> * 3118597 timer: add GObject flags for flag of global timer instance
> * b28e1d7 timer: add GObject enums for type of global timer instance
> * 48f904b timer: add GObject enums for slave class of timer instance
> * 3bc28ec timer: add GObject enums for device class of timer instance
> * 480b358 timer: add support for GObject enumerations
> 
> versus
> 
> $ git log --graph --oneline origin/master
> * 178fe66 utils/alsa.m4: conditionally enable libdl in AM_PATH_ALSA m4 macro
> * 9a8d0b0 README.md: add link to www.alsa-project.org
> * fa72edc initial version of README.md for github
> * 6fbee19 initial version of .travis.yml file
> * b420056 pcm: interval: Interpret (x x+1] correctly and return x+1
> * 92172ad test/audio_time: remove unused variables
> * 956bc15 test: rename code to more approriate mixtest
> * 82ae026 test/code: make it work again
> * 6852f88 test/latecy: fix typo in tstamp compare
> * 6eced6b conf/ucm/Dell-WD15-Dock: Fix incorrect device names
> * 3ec6dce Release v1.1.7
> * fd13267 ioplug: Fix comment in struct snd_pcm_ioplug
> * 60d74ce timer: fix wrong comment to refer to 'SNDRV_TIMER_PSFLG_*'
> * 7c5c050 seq: Fix signedness in MIDI encoder/decoder
> * a849163 control_hw: Fix issue when applying seccomp policy
> * 040cfea conf/ucm: bytcr-rt5640: Improve human readable input/output names
> 
> 
> @Takashi The latest commit of http/master is yours. May be you have an
> idea how to solve this issue.
> 
> -- 
> Best regards
> *Timo Wischer*
> Engineering Software Base (ADITG/ESB)
> 
> Tel. +49 5121 49 6938
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: HTTP GIT access to alsa-lib seems to be misaligned
  2018-11-13 10:26 HTTP GIT access to alsa-lib seems to be misaligned Timo Wischer
  2018-11-13 17:34 ` Takashi Iwai
@ 2018-11-13 22:04 ` Jaroslav Kysela
  1 sibling, 0 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2018-11-13 22:04 UTC (permalink / raw)
  To: Timo Wischer, Takashi Sakamoto, alsa-devel

Dne 13.11.2018 v 11:26 Timo Wischer napsal(a):
> Hi all,
> 
> The master branch of
> 
> $ git clone http://git.alsa-project.org/http/alsa-lib.git
> 
> is a different one as of
> 
> $ git clone git://git.alsa-project.org/alsa-lib.git alsa-lib
> 
> 
> $ git log --graph --oneline http/master
> * dd2f6f8 update README
> * 9021f6c samples: make them work well

Did you try the clean cloning? It seems that you have refs from my wrong
push where I accidently pushed alsa-ci repo to alsa-lib. I cannot
confirm the mismatch for the fresh clone.

						Jaroslav

-- 
Jaroslav Kysela <perex@perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: HTTP GIT access to alsa-lib seems to be misaligned
  2018-11-13 17:34 ` Takashi Iwai
@ 2018-11-13 22:05   ` Jaroslav Kysela
  2018-11-14  8:42     ` Timo Wischer
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Kysela @ 2018-11-13 22:05 UTC (permalink / raw)
  To: Takashi Iwai, Timo Wischer; +Cc: alsa-devel

Dne 13.11.2018 v 18:34 Takashi Iwai napsal(a):
> On Tue, 13 Nov 2018 11:26:18 +0100,
> Timo Wischer wrote:
>>
>> Hi all,
>>
>> The master branch of
>>
>> $ git clone http://git.alsa-project.org/http/alsa-lib.git
> 
> I don't think http never worked properly for git.alsa-project.org.

It should work. The http export should be properly updated.

					Jaroslav

-- 
Jaroslav Kysela <perex@perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: HTTP GIT access to alsa-lib seems to be misaligned
  2018-11-13 22:05   ` Jaroslav Kysela
@ 2018-11-14  8:42     ` Timo Wischer
  0 siblings, 0 replies; 5+ messages in thread
From: Timo Wischer @ 2018-11-14  8:42 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: alsa-devel

Now, it is working fine again.

Thanks.

Best regards
*Timo Wischer*
Engineering Software Base (ADITG/ESB)

Tel. +49 5121 49 6938
On 11/13/18 23:05, Jaroslav Kysela wrote:
> Dne 13.11.2018 v 18:34 Takashi Iwai napsal(a):
>> On Tue, 13 Nov 2018 11:26:18 +0100,
>> Timo Wischer wrote:
>>> Hi all,
>>>
>>> The master branch of
>>>
>>> $ git clone http://git.alsa-project.org/http/alsa-lib.git
>> I don't think http never worked properly for git.alsa-project.org.
> It should work. The http export should be properly updated.
>
> 					Jaroslav
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-14  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-13 10:26 HTTP GIT access to alsa-lib seems to be misaligned Timo Wischer
2018-11-13 17:34 ` Takashi Iwai
2018-11-13 22:05   ` Jaroslav Kysela
2018-11-14  8:42     ` Timo Wischer
2018-11-13 22:04 ` Jaroslav Kysela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.