Reilly Brogan
c32bca49d0
firefox: Rebuild for unstable
...
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
2024-03-24 20:49:13 -05:00
Joey Riches
a53dbaa471
.gitignore: ignore .lz and .img files
2024-03-02 11:28:37 +00:00
Tracey Clark
4203cc9ef3
Update module load order. Add vstags to gitignore
2024-02-24 22:08:42 -06:00
Rune Morling
8fbe3af7fc
Update .gitignore
...
Signed-off-by: Rune Morling <ermo@serpentos.com>
2023-10-29 19:10:42 +01:00
Rune Morling
b0707cc303
NFC: Add infrastructure-tooling to .gitignore
...
This is done to ensure that staff members don't mistaken commit stuff
related to infrastructure-tooling and processes.
Signed-off-by: Rune Morling <ermo@serpentos.com>
2023-10-28 15:50:21 +02:00
Joey Riches
9edf8f805b
dejavu-fonts-ttf: Fix homepage tag in appstream metainfo
...
Spec: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url
2023-10-12 14:33:35 +01:00
Reilly Brogan
069558e7f1
ci: cleanup and add check for bumped packages ( #475 )
...
**Summary**
- Perform an extensive cleanup of the package checks script
- Add a linter to check if a package has been bumped *once*. This is set
as a warning, so it doesn't interfere with PRs that do not require
rebuilds.
**Test Plan**
See [this test
PR](https://github.com/silkeh/packages/pull/4/files#diff-fd36bdf870f06c81d1e087aca13513b1e87ec59e451f02eeee4e591e31a5992a ).
**Checklist**
- [x] ~~Package was built and tested against unstable~~ n/a
2023-10-10 12:04:22 -05:00
Rune Morling
40140d9da5
.gitignore: Also drop ferryd transit manifests
...
Signed-off-by: Rune Morling <ermo@serpentos.com>
2023-10-10 13:48:53 +02:00
Silke Hofstra
5950a314e5
gitignore: ignore Python venv directories
2023-10-08 14:55:28 +02:00
Silke Hofstra
adfe3fa0b9
ci: Add mypy linting for CI scripts
2023-10-07 18:09:07 +02:00
Joey Riches
b7ef320544
Add a go task for creating new packages ( #352 )
...
## Summary
Adds a new package command
Usage: `go-task new -- python-zzzbar
https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz `
Also removes unneeded switch-repo-domains from taskfile
## Test Plan
`go-task new -- python-zzzbar
https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz `
`go-task new -- zzzbar
https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz `
Verify the package.yml was created in the correct directory.
## Checklist
- [ ] Package was built and tested against unstable n/a
2023-09-20 09:16:10 +10:00
Silke Hofstra
d0eb9dcbb8
common: ypkg-tools: Update gopkg.in/yaml.v3
( #348 )
...
## Summary
- Remove binaries (use `go run` instead).
- Update `gopkg.in/yaml.v3` to 3.0.1 to fix CVE-2022-28948
## Test Plan
Rebuild `ypkg-tools`.
2023-09-18 09:13:11 +01:00
Tracey
58e033161e
Change PR template headers to H2. Add vscode and temp files to gitignore ( #347 )
...
### Summary
Headers in the PR template were H3, changed to H2. Added vscode and temp
files to gitignore.
### Test Plan
Viewed tempalte file in preview mode
### Checklist
- [ ] Package was built and tested against unstable n/a not a package
update
Co-authored-by: Tracey Clark <tracey.dev@tlcnet.info>
2023-09-17 22:57:39 +02:00
Silke Hofstra
e5fcc1e9df
Update README and Git(Hub) config for monorepo
...
- Update the README to reflect the usage of this repo.
- Add a PR template.
- Add `*.eopkg` to `.gitignore` to avoid accidental commits.
- Symlink Taskfile.yml from `common` to top level directory.
2023-09-17 21:19:20 +02:00