Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran
@ 2020-05-27  2:07 anjandev
  2020-05-27  2:13 ` ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: anjandev @ 2020-05-27  2:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 875 bytes --]

New issue by anjandev on void-packages repository

https://github.com/void-linux/void-packages/issues/22339

Description:
### System

* xuname:  
Void 5.6.14_1 x86_64 AuthenticAMD notuptodate rFFFFFFFF

* package:  
  * xtools-0.58_1

### Expected behavior
In my package template, I put the homepage as:
```
homepage="http://www.gnu.org/software/${pkgname}"
```

Running xlint on this file, I should get the same output as the build travis CI check on github.

### Actual behavior

xlint returns no errors. However, Travis returns the following error:
```
Linting srcpkgs/guile/template...
srcpkgs/guile/template:13: homepage should not use variables
```

### Steps to reproduce the behavior
Make a template with a homepage with variables in the homepage variable

Ie. xlint the guile template on your local machine vs. run the CI check on github.

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
@ 2020-05-27  2:13 ` ericonr
  2020-05-27  2:13 ` ahesford
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-05-27  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634384360

Comment:
This happens because Travis is using the master branch of xtools instead of a release. 

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
  2020-05-27  2:13 ` ericonr
@ 2020-05-27  2:13 ` ahesford
  2020-05-27  2:17 ` anjandev
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ahesford @ 2020-05-27  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634384372

Comment:
Travis CI fetches the head of the `master` branch of `xtools`. The `xlint` behavior change was committed on May 6. Since no release has been made since that change, the version of `xlint` in the `void-packages` repo is behind.

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
  2020-05-27  2:13 ` ericonr
  2020-05-27  2:13 ` ahesford
@ 2020-05-27  2:17 ` anjandev
  2020-05-27  2:18 ` ahesford
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2020-05-27  2:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634385623

Comment:
Ah, I see. Should a release be made soon?

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (2 preceding siblings ...)
  2020-05-27  2:17 ` anjandev
@ 2020-05-27  2:18 ` ahesford
  2020-05-27  2:22 ` anjandev
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ahesford @ 2020-05-27  2:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634386114

Comment:
That's up to @leahneukirchen, maintainer of `xtools`.

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (3 preceding siblings ...)
  2020-05-27  2:18 ` ahesford
@ 2020-05-27  2:22 ` anjandev
  2020-05-27  2:49 ` ericonr
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2020-05-27  2:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634387257

Comment:
I see. Maybe I will make a local `xtools-git` template for xtools.

Thanks guys.


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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (4 preceding siblings ...)
  2020-05-27  2:22 ` anjandev
@ 2020-05-27  2:49 ` ericonr
  2020-05-27  2:49 ` ericonr
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-05-27  2:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634395357

Comment:
I think we can close this one, right?

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (5 preceding siblings ...)
  2020-05-27  2:49 ` ericonr
@ 2020-05-27  2:49 ` ericonr
  2020-05-27  3:29 ` anjandev
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-05-27  2:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634395357

Comment:
I think we can close this one, right?

No problem ;)

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (6 preceding siblings ...)
  2020-05-27  2:49 ` ericonr
@ 2020-05-27  3:29 ` anjandev
  2020-05-27 15:05 ` leahneukirchen
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2020-05-27  3:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634406269

Comment:

> I think we can close this one, right?

I didn't want to close because this issue might signal that a new
release of xtools should be made. If the maintainers believe this issue
should be closed, go ahead.


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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (7 preceding siblings ...)
  2020-05-27  3:29 ` anjandev
@ 2020-05-27 15:05 ` leahneukirchen
  2020-05-27 16:48 ` leahneukirchen
  2020-05-27 16:48 ` [ISSUE] [CLOSED] " leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: leahneukirchen @ 2020-05-27 15:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634725113

Comment:
Can do later.

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

* Re: xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (8 preceding siblings ...)
  2020-05-27 15:05 ` leahneukirchen
@ 2020-05-27 16:48 ` leahneukirchen
  2020-05-27 16:48 ` [ISSUE] [CLOSED] " leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: leahneukirchen @ 2020-05-27 16:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/22339#issuecomment-634794764

Comment:
Done in ff0d24a10f.

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

* Re: [ISSUE] [CLOSED] xlint: homepage should not use variables on CI vs no error when locally ran
  2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
                   ` (9 preceding siblings ...)
  2020-05-27 16:48 ` leahneukirchen
@ 2020-05-27 16:48 ` leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: leahneukirchen @ 2020-05-27 16:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 878 bytes --]

Closed issue by anjandev on void-packages repository

https://github.com/void-linux/void-packages/issues/22339

Description:
### System

* xuname:  
Void 5.6.14_1 x86_64 AuthenticAMD notuptodate rFFFFFFFF

* package:  
  * xtools-0.58_1

### Expected behavior
In my package template, I put the homepage as:
```
homepage="http://www.gnu.org/software/${pkgname}"
```

Running xlint on this file, I should get the same output as the build travis CI check on github.

### Actual behavior

xlint returns no errors. However, Travis returns the following error:
```
Linting srcpkgs/guile/template...
srcpkgs/guile/template:13: homepage should not use variables
```

### Steps to reproduce the behavior
Make a template with a homepage with variables in the homepage variable

Ie. xlint the guile template on your local machine vs. run the CI check on github.

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

end of thread, other threads:[~2020-05-27 16:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  2:07 [ISSUE] xlint: homepage should not use variables on CI vs no error when locally ran anjandev
2020-05-27  2:13 ` ericonr
2020-05-27  2:13 ` ahesford
2020-05-27  2:17 ` anjandev
2020-05-27  2:18 ` ahesford
2020-05-27  2:22 ` anjandev
2020-05-27  2:49 ` ericonr
2020-05-27  2:49 ` ericonr
2020-05-27  3:29 ` anjandev
2020-05-27 15:05 ` leahneukirchen
2020-05-27 16:48 ` leahneukirchen
2020-05-27 16:48 ` [ISSUE] [CLOSED] " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).