AppImage / AppImage/appimage.github.io

Travis CI uses wrong changeset to build

Aberta
#1,168 3 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Shell
Estrelas
374
Forks
769
Merge médio
4d 10h
PRs com merge (30d)
8

Descrição

```
(master) _____ ____________ update text in file A _____
\
\___ add file "C" ______
(branch1)
```

Expected changeset for `branch1` should be `add file "C"`
Currently the changeset is `add file "C"` && `update text in file A`

It appears that we currently compare the current master branch with the branch1.
What we want to do is, compare `branch1` with master at the time the branch diverted from master.

We currently use this snippet to calculate the changeset.
https://github.com/AppImage/appimage.github.io/blob/f3da57cbd6b35478deaa3b412ebd2cfdd74ae0c5/.travis.yml#L29

If I'm not mistaken `git log master..HEAD -p data` should calculate the changeset for the current branch.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.