Commit Graph

68 Commits

Author SHA1 Message Date
47f27394de
Reduce number of fetched tags by using a prefix
All checks were successful
Build / audit (push) Successful in 14m17s
Build / test (push) Successful in 14m20s
2024-03-25 18:36:15 +01:00
7c9c890056
Extern tag matcher with digit and dot patterns
All checks were successful
Build / audit (push) Successful in 14m36s
Build / test (push) Successful in 15m5s
2024-03-24 13:20:22 +01:00
7e59a8460d
Add match function for simple tag globbing
All checks were successful
Build / audit (push) Successful in 14m54s
Build / test (push) Successful in 14m46s
2024-03-21 17:52:37 +01:00
bc3ba48d85
Recognize + in sematnic tags
All checks were successful
Build / audit (push) Successful in 14m54s
Build / test (push) Successful in 14m20s
2024-03-19 11:34:19 +01:00
3d81917627
Collect hash during creating an archive
All checks were successful
Build / audit (push) Successful in 13m45s
Build / test (push) Successful in 13m48s
2024-03-17 11:00:13 +01:00
cd28e6fb90
Switch to the haskell image
All checks were successful
Build / audit (push) Successful in 14m3s
Build / test (push) Successful in 13m54s
2024-03-06 15:08:01 +01:00
16c7063224
Make local paths relative to cwd
Some checks failed
Build / test (push) Failing after 5m55s
Build / audit (push) Successful in 13m8s
2024-03-05 23:06:32 +01:00
cd15b25db1
Read the dispositon header when downloading
Some checks failed
Build / audit (push) Successful in 14m57s
Build / test (push) Failing after 5m51s
2024-03-04 17:29:25 +01:00
e5bde183a5
Support extracting gzip on the fly
Some checks failed
Build / audit (push) Successful in 14m44s
Build / test (push) Failing after 5m47s
2024-03-03 17:12:29 +01:00
4c06ae274b
Find the package category automatically
Some checks failed
Build / audit (push) Successful in 14m21s
Build / test (push) Failing after 5m36s
2024-02-18 18:28:27 +01:00
c8643a2fd4
Remove the source directory after repackaing
Some checks failed
Build / audit (push) Successful in 15m1s
Build / test (push) Failing after 6m29s
2024-01-28 13:35:53 +01:00
45472a9088
Get the checksum after repackaging
Some checks failed
Build / audit (push) Successful in 15m45s
Build / test (push) Failing after 6m19s
2024-01-24 14:34:58 +01:00
2802194063
Make is64 property part of the updater
All checks were successful
Build / audit (push) Successful in 14m26s
Build / test (push) Successful in 14m35s
2024-01-19 09:57:58 +01:00
7edb811dc2
Use consistent directory for cloning repositories
All checks were successful
Build / audit (push) Successful in 16m35s
Build / test (push) Successful in 16m41s
... with submodules.
2024-01-04 09:36:11 +01:00
34d7dbd68f
Add license information to all files
All checks were successful
Build / audit (push) Successful in 14m48s
Build / test (push) Successful in 15m54s
2023-12-23 22:15:10 +01:00
eb68629653
Support x86-64 only downloads
All checks were successful
Build / audit (push) Successful in 16m16s
Build / test (push) Successful in 15m47s
2023-12-12 18:51:44 +01:00
6a063b2cc4
Accept up2date package parameter
All checks were successful
Build / audit (push) Successful in 16m10s
Build / test (push) Successful in 16m35s
2023-12-11 08:14:55 +01:00
3414a69bc8 Support GHC 9.4 2023-11-07 19:36:40 +01:00
9770cc8829 Remove gem and rake support files 2023-11-04 14:13:59 +01:00
0023fe0337 Remove unused tasks 2023-11-03 18:09:36 +01:00
24e62c3439 Update additional download versions in slackbuild 2023-11-01 19:07:49 +01:00
64233c4c63 Provide a name for additional downloads 2023-11-01 17:05:16 +01:00
396a536b3a d-tools: Migrate source downloads with git clone 2023-10-28 21:24:21 +02:00
fa6d93c5ca Allow updater save a function for each download
There are source that can be downloaded as archive, for example cloning
repositories with submodules. So how source are downloaded should be
changable per download.
2023-10-28 03:32:39 +02:00
58a1b8864c
Support additional downloads in the package 2023-10-24 21:06:37 +02:00
8a69240d88
Add librsync and dmd 2023-10-20 19:23:21 +02:00
4105ffa91f
rdiff-backup: Migrated 2023-10-13 19:34:02 +02:00
5e161c3dad
Support modifying reuploaded tarballs 2023-10-08 12:28:46 +02:00
f3beee3e19
Combine info file structures 2023-10-05 19:24:42 +02:00
7b5598a02e
Validate the .info file 2023-10-04 22:36:19 +02:00
d5df676df7
Add module with an info file parser 2023-10-03 18:53:41 +02:00
f4b7883cf2
Migrate composer updater 2023-10-01 17:19:06 +02:00
69b24c6cfa universal-ctags: Finish migrating the updater 2023-09-27 19:58:16 +02:00
ec704e267b Fix renderDownloadWithVersion concatenation order 2023-09-22 07:47:46 +02:00
840290491f Split the code into library and application 2023-09-22 07:33:02 +02:00
c2b98ba395
Reimplement the info file printer 2023-08-28 21:05:47 +02:00
2126488066
Implement clone command in the binary 2023-08-25 10:30:24 +02:00
6983304b9d
Download and determine the digest 2023-08-21 13:38:20 +02:00
258604f22d
Support repository directory in the clone function 2023-08-18 07:50:18 +02:00
fd649b66f5
Implement remote file check as Haskell command 2023-08-17 22:07:09 +02:00
6b15ccd0f5
Support repository path in commits 2023-08-15 10:33:19 +02:00
5a9e87cd5f
Move gh check to the Haskell binary 2023-08-10 12:47:43 +02:00
43ebbc5e67
Use TOML configuration 2023-08-09 20:59:42 +02:00
69ba04a731
Move text URL check to the Haskell binary 2023-08-06 14:25:19 +02:00
028f64d25a
Move packagist check to a Haskell binary 2023-08-04 21:33:21 +02:00
df4c9b4ae9
Check the latest version from the LATEST text file 2023-06-30 11:02:20 +02:00
e0b98189eb
Make v prefix default for tags 2023-06-28 23:47:21 +02:00
d63e657948
Support version transformation for GitHub tags 2023-06-17 21:41:52 +02:00
6e313e2272 Make version output colorful 2023-05-29 22:17:35 +02:00
6a81f0959d
Query packagist for the latest version 2023-05-24 12:56:55 +02:00