[Dev] Pruning repo

2024-07-22 Thread Luke T . Shumaker
/doc+gpl ./pom/src/fnt+gpl $ find -empty |xargs rmdir I'm perplexed at why those empty directories were there. Did they once contain something? If so, where has that something gone? -- Happy hacking, ~ Luke T. Shumaker ___ Dev mailing lis

[Dev] libretools 20240707 release announcement

2024-07-07 Thread Luke T . Shumaker
e enabled in `/etc/locale.gen` -- Happy hacking, ~ Luke T. Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] libretools 20240327 release announcement

2024-07-06 Thread Luke T . Shumaker
.conf: + Some improvements to the comments in the file. + The list of REPOS used by toru (and thus dagpkg) got updated to match Parabola's current list of repos. + Changes associated with the above librerelease changes. -- Happy hacking, ~ Luke T

Re: [Dev] libretools 20240528 release announcement

2024-05-31 Thread Luke T . Shumaker
On Fri, 31 May 2024 17:55:48 -0600, bill-auger wrote: > On Fri, 31 May 2024 13:07:54 -0600 Luke wrote: > > I don't like the attitude that "beefcake is the primary client of this > > code". I think it's important that folks be able to build the > > soft

Re: [Dev] Update libksysguard to 5.27.10

2024-05-31 Thread Luke T . Shumaker
Just so this email has a response: libre/libksysguard has since been dropped https://git.parabola.nu/abslibre.git/commit/?id=17045987d29c7ee48902414078e980c670ce994e because we now import vanilla extra/libksysguard. -- Happy hacking, ~ Luke T. Shumaker

Re: [Dev] Pcr [i2p] package is outdated for a long time

2024-05-31 Thread Luke T . Shumaker
but until then we shouldn't be providing the false promise that we're maintaining it. -- Happy hacking, ~ Luke T. Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] libretools 20240528 release announcement

2024-05-31 Thread Luke T . Shumaker
On Thu, 30 May 2024 20:13:24 -0600, bill-auger wrote: > > On Thu, 30 May 2024 19:42:03 -0600 Luke wrote: > > Fair enough, I'll push out a new pacman that has the armv7h > > makepkg.conf use the ALARM version (zstd -c -T0 --ultra -20 -) plus > > --single-thread.

Re: [Dev] libretools 20240528 release announcement

2024-05-30 Thread Luke T . Shumaker
quot;slightly slower" at > that one stage is a fair trade-off to prevent bringing down the system like a > few days ago Fair enough, I'll push out a new pacman that has the armv7h makepkg.conf use the ALARM version (zstd -c -T0 --ultra -20 -) plus --single-thread. -- Happy hacking

Re: [Dev] libretools 20240528 release announcement

2024-05-30 Thread Luke T . Shumaker
7;t mean to imply that it would resolve .pacnew if you upgraded an existing chroot. > an BTW - ick > > # vim: set ft=sh ts=2 sw=2 et: > > throw that away, litterbug I agree that it shouldn't be there, but am keeping it there anyway to keep the diff from Arch's makepkg.

[Dev] libretools 20240528 release announcement

2024-05-28 Thread Luke T . Shumaker
f the deprecated GNU-ism `sed -r`. At the time that much of libretools was written, `sed -E` was a BSD-ism, and there was no standard way to do this. But that hasn't been the case for many years now. - build-sys: The main `GNUmakefile` has been simplified by using modern Ma

[Dev] [dev] makepkg.conf change

2024-05-23 Thread Parabola GNU/Linux-libre: Recent news updates: Luke Shumaker
Parabola's default `makepkg.conf` has long loaded `/etc/makepkg.d/*.conf`. As of makepkg 6.1.0, the program itself now loads `/etc/makepkg.conf.d/*.conf`, so this part of our `makepkg.conf` has been removed. Users who have `/etc/makepkg.d/*.conf` files need to move them to `/etc/makepkg.conf.d/

Re: [Dev] [PKGBUILD] musescore update

2024-05-11 Thread Luke T . Shumaker
On Fri, 10 May 2024 16:21:29 -0600, Luke T. Shumaker wrote: > I aim to have a proper update to musescore today. After investigation, the upstream muses core no longer uses qt5-webengine, and builds fine on Parabola, so I've un-blacklisted it and removed it from [libre]. It will imp

Re: [Dev] [PKGBUILD] musescore update

2024-05-10 Thread Luke T . Shumaker
On Fri, 10 May 2024 00:34:04 -0600, Luke T. Shumaker wrote: > > On Sat, 17 Feb 2024 09:41:15 -0700, > Wael Karram wrote: > > Hello, > > I've noticed that this package is outdated. > > I've attached the patch to this email. > > Applied, thanks!

[Dev] libretools 20240510 release announcement

2024-05-10 Thread Luke T . Shumaker
hroot clean-pkgs` (and thus `libremakepkg`): No longer errors out when you have a locally-built version of a package that is a member of base-devel. Developer-facing: - Added `HACKING/releasing.md` to document how I do releases. -- Happy hacking, ~

Re: [Dev] [PKG Submission] awf-gtk

2024-05-10 Thread Luke T . Shumaker
On Fri, 10 May 2024 00:19:20 -0600, Luke T. Shumaker wrote: > > + touch {NEWS,AUTHORS,README,ChangeLog} > > + mv LICENSE COPYING > > These lines threw me through a loop for a minute. You should instead > simply pass the `[foreign]` flag to `AM_INIT_AUTOMAKE`. I se

Re: [Dev] [PKG Submission] awf-gtk

2024-05-10 Thread Luke T . Shumaker
should probably be moved to a `man/` folder or `src/` or something; they aren't Debian specific. > + for file in src/po/*.po; do > +code=$(basename "$file" .po) > +install -dm 755 "$pkgdir/usr/share/locale/$code/LC_MESSAGES/" > +msgfmt &quo

Re: [Dev] [PATCH][PKGBUILD] canoeboot-utils

2024-05-10 Thread Luke T . Shumaker
that they can commit to keeping it up-to-date. -- Happy hacking, ~ Luke T. Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] [PATCH] Update LaGrange to v1.17.6

2024-05-10 Thread Luke T . Shumaker
> Hello, > This patch updates lagrange to v1.17.6, the latest. Just so the email has a response: Bill Auger committed this as https://git.parabola.nu/abslibre.git/commit/?id=bdcbd5d7b7b1739c5860f1e044236f795766cbc2 -- Happy hacking, ~ Luke T. Sh

Re: [Dev] [PKGBUILD] musescore update

2024-05-10 Thread Luke T . Shumaker
On Sat, 17 Feb 2024 09:41:15 -0700, Wael Karram wrote: > Hello, > I've noticed that this package is outdated. > I've attached the patch to this email. Applied, thanks! The server's acting up right now, so I probably can't upload it until tomorrow. -- Happ

[Dev] libretools 20240403 release announcement

2024-04-03 Thread Luke T . Shumaker
A number of improvements to the HACKING documentation. -- Happy hacking, ~ Luke T. Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] libretools 20240221.1 release announcement

2024-04-03 Thread Luke T . Shumaker
source-ball); > but > also one relatively minor, but possibly breaking change to the config - > breaking, only if /etc/libretools.conf was modified and the changes go into a > .pacnew instead - no biggie, just merge the .pacnew - librerelease will > suggest > to do so for anyone w

[Dev] libretools 20240221.1 release announcement

2024-02-21 Thread Luke T . Shumaker
t include a `.INSTALL` file. - librerelease: + Fix pbot notification, a regression introduced in v20240221. Maintenance: - The build system now has a `config.mk:enable_manpages` config knob to control whether the libretools manpages get built/installed. -- Happy hacking, ~ Lu

[Dev] libretools 20240221 release announcement

2024-02-21 Thread Luke T . Shumaker
helps us avoid critical bugs. - Copyright statements at the top of files have been updated to include all contributions since v20181004. When editing a file, please make sure that your name is at the top of the file, with the current year. -- Happy hacking, ~ Luke Shumaker __

[Dev] missing libretools release announcements

2024-02-19 Thread Luke T . Shumaker
stemd2 Changes from 20190907-1.nonsystemd1 to 20190907-1.nonsystemd2: - librerelease: Don't notify pbot. Credit to David P. ('megver83'). [1]: https://lists.parabola.nu/pipermail/dev/2018-October/006999.html [2]: https://repo.parabola.nu/other/

[Dev] Test

2023-12-24 Thread Luke T . Shumaker
Disregard this email. It is a test to make sure things still work with the upgraded Postfix and new Postfix configuration. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] wiki-editing / translations

2023-05-25 Thread Luke Shumaker
ewritten, and smashing the two back together got hard. And also, IMO the Arch Wiki version isn't particularly good these days either. (PS: I replied to the list, rather than the usual thing of replying to you and Cc'ing the list, so hopefully winston.parabola.nu will forward it to you, w

Re: [Dev] parabola-install-wizard, german translation file updated patch

2023-04-29 Thread Luke Shumaker
acking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] Migrating Parabola infrastructure from the old server to newtron

2022-04-02 Thread Luke Shumaker
On Thu, 31 Mar 2022 17:47:09 -0600, bill-auger wrote: > > On Wed, 30 Mar 2022 20:13:21 -0600 Luke wrote: > > 1. The *are* included in https://winston.parabola.nu/backup/ > > 2. And also mirroring config.git should be sufficient > > i think gnutoo's intention is l

Re: [Dev] Migrating Parabola infrastructure from the old server to newtron

2022-03-30 Thread Luke Shumaker
in https://winston.parabola.nu/backup/ (are the backups still encrypted to my GPG key? :grimmace:) 2. And also mirroring config.git should be sufficient for backing these things up. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] Forward: [GANDI] Registry terms & conditions update for .se and .nu

2021-12-02 Thread Luke Shumaker
--- Begin Message --- Dear Gandi customer, We are contacting you today on behalf of the Internet Infrastructure Foundation, the registry in charge of managing .se and .nu domain names. The Internet Infrastructure Foundation recently communicated modifications made to their Terms and Conditions fo

[Dev] [dbscripts] [PATCH] Update license status

2021-04-03 Thread Luke Shumaker
From: Luke Shumaker I hereby confirm that I license my work on dbscripts under the GPLv2-or-later. --- LICENSE_STATUS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Happy hacking, ~ Luke Shumaker diff --git a/LICENSE_STATUS.md b/LICENSE_STATUS.md index 611f11f..ac4c2e3 100644

Re: [Dev] Beefcake downtime

2020-05-17 Thread Luke Shumaker
On Sun, 17 May 2020 15:20:30 -0400, Megver83 wrote: > El 17-05-20 a las 11:20, Luke Shumaker escribió: > > On Wed, 13 May 2020 02:35:23 -0400, > > bill-auger wrote: > >> > >> no need to apologize - beefcake has been an invaluable tool to > >> parabola for

Re: [Dev] Beefcake downtime

2020-05-17 Thread Luke Shumaker
s it has been years. :) -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] Beefcake downtime

2020-05-10 Thread Luke Shumaker
Hi all, The "beefcake" build box will be offline somewhere in the range of May 24th through May 31st, as it migrates 2000 miles to the west. I apologize for the inconvenience. -- Happy hacking, ~ Luke Shumaker ___ Dev mailin

[Dev] IPv6 for winston.parabola.nu

2019-07-10 Thread Luke Shumaker
/1286 Parabola infrastructure should now be IPv6 accessible. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] IPv6 for winston.parabola.nu

2019-07-10 Thread Luke Shumaker
On Wed, 10 Jul 2019 00:35:04 -0400, Luke Shumaker wrote: > Hi all, > > I've set up a Hurricane Electric IPv6 tunnel for winton.parabola.nu. > It uses the same HE account as DNS. > > - I've added 3 records (parabola.nu, winston.parabola.nu, >parabolagn

Re: [Dev] [PATCH] libremakepkg: fix building packages requring a rw startdir

2019-06-02 Thread Luke Shumaker
On Wed, 29 May 2019 07:59:38 -0400, bill-auger wrote: > On Wed, 29 May 2019 12:12:15 +0200 Andreas wrote: > > Could someone explain to me why we want to break this > > behaviour? > > i think only luke would know first hand - he explained the > rationale; but its not clear

Re: [Dev] Planned beefcake outage

2019-04-17 Thread Luke Shumaker
On Tue, 16 Apr 2019 13:06:17 -0400, bill-auger wrote: > > On Tue, 16 Apr 2019 10:08:08 -0400 Luke wrote: > > beefcake is now back online. > > can not connect > > channel 0: open failed: connect failed: No route to host > stdio forwarding failed > ssh_exchange_ide

Re: [Dev] Planned beefcake outage

2019-04-16 Thread Luke Shumaker
On Wed, 10 Apr 2019 16:45:19 -0400, Luke Shumaker wrote: > Hi all, > > Beefcake will be down for several days starting Saturday (13th) > night/Sunday (14th) morning (EDT), as I physcially move it 900 miles > east. I don't know how long it will take to get Internet set up a

[Dev] Planned beefcake outage

2019-04-10 Thread Luke Shumaker
Hi all, Beefcake will be down for several days starting Saturday (13th) night/Sunday (14th) morning (EDT), as I physcially move it 900 miles east. I don't know how long it will take to get Internet set up at the new location. I appologize for the inconvenience. -- Happy hacking, ~

Re: [Dev] qemu-user-static updated to 3.1.0

2019-02-16 Thread Luke Shumaker
On Mon, 11 Feb 2019 17:12:18 -0500, Andreas Grapentin wrote: > Remember that you need to recreate the chroot, for the update to take > effect. I don't think that's true. I think it should copy in the qemu binary every time it enters the chroot. -- Happy hacking,

Re: [Dev] git push access

2018-10-31 Thread Luke Shumaker
On Wed, 31 Oct 2018 21:52:49 -0400, Luke Shumaker wrote: > > On Wed, 31 Oct 2018 13:26:54 -0400, > Luke Shumaker wrote: > > If no one else does it first, and no one has any objections, I'll add > > you when I get home from work tonight. Ping me on IRC to make sure I &

Re: [Dev] git push access

2018-10-31 Thread Luke Shumaker
On Wed, 31 Oct 2018 13:26:54 -0400, Luke Shumaker wrote: > If no one else does it first, and no one has any objections, I'll add > you when I get home from work tonight. Ping me on IRC to make sure I > don't forget :) It is done. You are now gnu...@parabola.nu -- Ha

Re: [Dev] git push access

2018-10-31 Thread Luke Shumaker
If no one else does it first, and no one has any objections, I'll add you when I get home from work tonight. Ping me on IRC to make sure I don't forget :) -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] [FYI] Rewriting iceweasel.git history

2018-10-23 Thread Luke Shumaker
ries have been moved to <https://git.parabola.nu/~emulatorman/iceweasel.git> and <https://git.parabola.nu/~oaken-source/iceweasel-branding.git>. So, if a `git pull` says something looks fishy about iceweasel.git, that's what it is. -- Happy hacki

[Dev] dbscripts 20181008 release announcement

2018-10-08 Thread Luke Shumaker
by-bundler 1.16.5-11.16.6-1 -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] dbscripts 20181005 release announcement

2018-10-05 Thread Luke Shumaker
packages around on repos imported from Arch. It is scheduled to run at 2018-10-06 00:00:00 GMT, in about 6 hours. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] libretools 20181004 release announcement

2018-10-04 Thread Luke Shumaker
est suite was converted from Roundup to BATS. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] dbscripts 20181003.1 release announcement

2018-10-03 Thread Luke Shumaker
le-i686, alarm-armv7h, and aur-armv7h. See <https://lists.parabola.nu/pipermail/dev/2018-September/006980.html> On winston.parabola.nu, I've - run: sudo pacman -Syu --ignore=linux-libre-lts -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] Parabola stance on game assets

2018-09-28 Thread Luke Shumaker
interesting question. My gut reaction is that it's a loophole and still violates the intent of the FSDG. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] [dbscripts] [RFC] config: Add more repos to default ARCHTAGS for db-import-pkg

2018-09-28 Thread Luke Shumaker
From: Luke Shumaker This adds staging and testing repos, which we mostly don't currently import. The only bits of this change that I don't feel 100% about are the Arch Linux ARM repos. <https://labs.parabola.nu/issues/1178> packages: + staging-x86_64 + gnome-unstable-x86_64

[Dev] dbscripts 20180925.2 release announcement

2018-09-26 Thread Luke Shumaker
e was failing. We'll see in 1 hour at the next scheduled make_repo_torrents run how those changes went. We'll see in 3 hours at the next scheduled db-import-keyring run how those changes went. We'll see tomorrow morning at the next scheduled db-cleanup run how those changes went

[Dev] dbscripts 20180925 release announcement

2018-09-25 Thread Luke Shumaker
having make_repo_torrents run hourly. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] recent pbot bugs

2018-09-24 Thread Luke Shumaker
rvice: Failed with result 'exit-code'. Sep 24 23:41:59 winston.parabola.nu systemd[1]: pbot.service: Failed with result 'exit-code'. (the server times are GMT) -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabol

[Dev] dbscripts 20180924 release announcement

2018-09-24 Thread Luke Shumaker
the target made it in to ${PKGPOOL} to begin with. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] dbscripts 20180921 release announcement

2018-09-21 Thread Luke Shumaker
from errors to warnings. This works around the issue that some Arch Linux 32 packages are built with makepkg.conf:PACKAGER unset, which db-update would normally reject. https://labs.parabola.nu/issues/2001 https://bugs.archlinux32.org/index.php?do=details&task_id=52 -- Happy hacki

Re: [Dev] [INTERVENTION MAYBE REQUIRED] libretools 20180920 release announcement

2018-09-21 Thread Luke Shumaker
LIBREUSER If $SUDO_USER is set, then $LIBREUSER is set to that. Otherwise, $LIBREUSER is set to the value of $USER. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] dbscripts 20180920.1 release announcement

2018-09-21 Thread Luke Shumaker
On Fri, 21 Sep 2018 11:17:47 -0400, Luke Shumaker wrote: > I've rolled out version 20180920.1 of Parabola dbscripts. > ^^ The "community" import seems to have gone well, but there were a few problems with the "archlinux32"

[Dev] dbscripts 20180920.1 release announcement

2018-09-21 Thread Luke Shumaker
On Thu, 20 Sep 2018 12:12:45 -0400, Luke Shumaker wrote: > I've rolled out version 20180920 of Parabola dbscripts. ovruni reported that after db-import@archlinuxarm.service ran, several key packages were missing on ARM. I rolled the server back to v20180826, and restarted d

Re: [Dev] [INTERVENTION MAYBE REQUIRED] libretools 20180920 release announcement

2018-09-21 Thread Luke Shumaker
On Fri, 21 Sep 2018 01:57:26 -0400, bill-auger wrote: > On Thu, 20 Sep 2018 17:07:19 -0400 Luke wrote: > > For example, my hackers.git username is 'lukeshu', but on my PC my > > username (and thus the value of $LIBREUSER) is 'luke'. Because of > >

[Dev] [INTERVENTION MAYBE REQUIRED] libretools 20180920 release announcement

2018-09-20 Thread Luke Shumaker
.git username is 'lukeshu', but on my PC my username (and thus the value of $LIBREUSER) is 'luke'. Because of this mismatch, I have to put this in my `~/.config/libretools/libretools.conf`: REPODEST=ssh://luke...@repo.parabola.nu:1863/~/staging/ Users whose local usernam

Re: [Dev] dbscripts plan v2

2018-09-20 Thread Luke Shumaker
Luke Shumaker wrote: > 2. Use db-{move,update,remove} > > Change: > >Rework `db-import-pkg` to set up a `db-update`-style staging >directory, rather than manipulating the repos directly. At >this point, `db-import-pkg` is still running as `re

[Dev] dbscripts 20180920 release announcement

2018-09-20 Thread Luke Shumaker
me know. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] proton.parabola.nu outage/loss post-mortem

2018-09-19 Thread Luke Shumaker
Hello all, You're probably aware that we just had a rather long outage. TL;DR: - The outage lasted in some form from 2018-08-27 through 2018-09-18 (22days / 3weeks+1day) - The outage was my (Luke Shumaker's) fault - Jonathan "n1md4" Gower / Positive Internet will no l

Re: [Dev] FWD: [FYI] whirlpoolsums is broken, and isn't coming back

2018-09-18 Thread Luke Shumaker
On Thu, 30 Aug 2018 14:43:09 -0400, Luke Shumaker wrote: > Hi all, > > A few (15 by my count) packages in abslibre.git use whirlpoolsums as > their source integrity check. > > whirlpoolsums support was broken in makepkg 5.1 (2017-05-28), a bit > over a year ago. Upon rea

[Dev] FWD: [FYI] whirlpoolsums is broken, and isn't coming back

2018-09-18 Thread Luke Shumaker
ckages that use whirlpoolsums will need to migrate to a different checksum algorithm at their next rebuild. -- Happy hacking, ~ Luke Shumaker --- End Message --- ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] FWD: libretools 20180829 release announcement

2018-09-18 Thread Luke Shumaker
osts' ALPM hooks when creating a chroot. - Makefile: Also install makepkg.d/librefetch.conf when running `make install-libretools`, rather only installing it when running `make install`. This cause the file to not get installed in [libre]'s split package. -- Happy hacking,

Re: [Dev] dbscripts plan v2

2018-08-27 Thread Luke Shumaker
bola things, it's between Parabola things vs personal things. For example, on everything Parabola I'm "lukeshu", but my login on my personal desktop is "luke". Because $LIBREUSER is set based on $USER or $SUDO_USER (see the conf.sh(3) man page), LIBREUSER=luke. But of

[Dev] dbscripts 20180826 release announcement

2018-08-26 Thread Luke Shumaker
}/dif/ - test suite: Set extglob Other notes: - On winston.parabola.nu, I have run: sudo pacman -Syu sudo locale-gen sudo mv -Tf /etc/makepkg.conf.pacnew /etc/makepkg.conf -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@li

[Dev] libretools 20180826 release announcement

2018-08-26 Thread Luke Shumaker
makepkg.conf. If you have, you will need to merge makepkg.conf.pacnew. [1]: https://lists.parabola.nu/pipermail/dev/2017-December/006177.html -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] Looking for beta-testers: librerelease change

2018-08-22 Thread Luke Shumaker
, and we don't discover any issues, then we'll change the value in the default version of libretools.conf. If all goes well, I'm planning on changing the default in 1 week, on 2018-08-29. -- Happy hacking, ~ Luke Shumaker ___ Dev maili

Re: [Dev] dbscripts plan v2

2018-08-22 Thread Luke Shumaker
On Wed, 22 Aug 2018 18:41:42 -0400, Luke Shumaker wrote: > 1. Adjust users/groups/ownership on winston.parabola.nu > > a. Create the `repo` group > > Change: `groupadd --system repo` > Rationale: This is a supporting change to the later bits of step 1. &

[Dev] dbscripts plan v2

2018-08-22 Thread Luke Shumaker
Migrate humans off of repo@[eta: no sooner than 2018-08-29] [ ] 4. Migrate robots off of repo@[eta: no sooner than 2018-09-05] Comments? Concerns? -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] A question WRT Mozilla builds and ICU

2018-08-18 Thread Luke Shumaker
me time (the trouble with ffmpeg 4, with firefox 60, having to hand the package off to someone else for a while...). -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] Request to use Parabola funds (for heat sinks)

2018-08-16 Thread Luke Shumaker
better sinks, let me know. The height constraints are 138mm on one socket and 78.1mm on the other. I like the side-mounted fans because I'm trying to direct the air flow from the front of the case to the back. -- Happy hacking, ~ Luke Shumaker ___

[Dev] libretools 20180815 release announcement

2018-08-15 Thread Luke Shumaker
urrently down to exactly 25 open issues (and a number of them are "discussion"s or features!). -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] libretools 20180806 release announcement

2018-08-06 Thread Luke Shumaker
e that many other packages were also rendered unbuildable. I was lazy when doing the release; I usually a build it twice; once with the previous version, then again with the new version; I only built 20180804 once. I apologize. -- Happy hacking, ~ Luke Shumaker _

[Dev] libretools 20180804 release announcement

2018-08-04 Thread Luke Shumaker
ant; it just drops the settings. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] "systemd" placeholder for now?

2018-07-27 Thread Luke Shumaker
#x27;) > pkgdesc="A meta package to provides systemd for packages that improperly > depend on it; systemd compatibility package" > provides=("systemd=${pkgver}") > depends=("notsystemd-common") > conflicts=('systemd' 'eudev-systemdcompat') > replaces=('systemd-dummy') -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] notsystemd v239.1 release announcement

2018-07-23 Thread Luke Shumaker
machine-id-setup systemd-tmpfiles systemd-sysusers systemd-udevd udevadm The sources are at https://repo.parabola.nu/other/notsystemd/ Pre-built packages have been released to the [libre] repository for Parabola GNU/Linux-libre. -- Happy hacking, ~ Luk

Re: [Dev] submitting my SSH key

2018-07-18 Thread Luke Shumaker
keys, it doesn't need to be a real hostname. Welcome aboard :) -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] submitting my SSH key

2018-07-18 Thread Luke Shumaker
r why Parabola users need to refresh their keyring periodically besides just running `pacman -Syu`. Arch users don't normally need to do that. Parabola's pacman package as a workaround includes a systemd timer to refresh it periodically, but we really should get t

[Dev] dbscripts 20180716 release announcement

2018-07-16 Thread Luke Shumaker
Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] dbscripts 20180715 release announcement, and more!

2018-07-15 Thread Luke Shumaker
On Sun, 15 Jul 2018 18:41:47 -0400, Luke Shumaker wrote: > - Unlike XBS, which was always kind-of broken, the VCS=none works >correctly enough that `db-move` and `db-remove` work 100% >correctly! Actually, they now *only* work with pkgbase; they no longer correctly accept a pkg

[Dev] dbscripts 20180715 release announcement, and more!

2018-07-15 Thread Luke Shumaker
file, because it doesn't know which PKGBUILD is on file, because VCS=none. Other notes: - Expect XBS to be removed in the next release of libretools. - On winston.parabola.nu, I have run: sudo pacman -Sy --needed dbscripts -- Happy hacking, ~ Luke Shumaker _

Re: [Dev] [PATCH] Fix plymouth "replaces" issue

2018-07-11 Thread Luke Shumaker
me}/releases/${_pkgname}-${pkgver}.tar.bz2"; Thanks! LGTM. However, I'm having trouble building the package because libremakepkg can't install the build deps because of a file conflict with libeudev and libudev that isn't declared. I guess I'll fight with that on my own. -- happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] dbscripts 20180622 release announcment / winston.parabola.nu upgrade

2018-06-22 Thread Luke Shumaker
winston.parabola.nu, I have - run: sudo pacman -Syu --ignore=linux-libre-lts -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] Unblacklisted Mesa

2018-06-12 Thread Luke Shumaker
edom problem. It isn't *trying* to load them (like Linux might with non-free blobs). The user won't be confused in to thinking something is wrong if the non-free thing isn't installed. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing li

[Dev] dbscripts 20180612 release announcment / winston.parabola.nu upgrade

2018-06-12 Thread Luke Shumaker
-import@{packages,community,archlinuxarm,archlinux32}.service -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] dbscripts 20180611 release announcment / winston.parabola.nu upgrade

2018-06-11 Thread Luke Shumaker
uch closer to there than Russia was. - Some more general code cleanup backported from Arch On winston.parabola.nu, I have - run: sudo pacman -Syu --ignore=linux-libre-lts - run: sudo systemctl restart db-import@{packages,community,archlinux32}.service -- Happy hacking, ~ Luk

[Dev] No more .abs.tar.gz files

2018-06-10 Thread Luke Shumaker
e script is outdated." -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] dbscripts 20180610 release announcment / winston.parabola.nu upgrade

2018-06-10 Thread Luke Shumaker
g:FTP_BASE * more code cleanup - minor global code cleanups from Arch. On winston.parabola.nu, I have - run: sudo pacman -Syu --ignore=linux-libre-lts -- Happy hacking, ~ Luke Shumaker * Issues ** dbscripts Bugs a-e were pre-existing subtle bugs. Which makes sense; they were unnoticed. Bug

Re: [Dev] New Parabola mirror: ftp.acc.umu.se

2018-06-03 Thread Luke Shumaker
ations for running ftp.acc.umu.se are the aim to > provide excellent service to our region, so we strongly recommend > using a geoip aware download redirector. Mirrorbits > https://github.com/etix/mirrorbits comes highly recommended by many > projects that we mirro

[Dev] libretools 20180530 release announcement

2018-05-30 Thread Luke Shumaker
interested. * Fix it printing bogus warnings related to backup=() https://labs.parabola.nu/issues/1186 -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

Re: [Dev] I made an ASCII/Unicode logo thing

2018-05-29 Thread Luke Shumaker
put in /etc/motd in the 'filesystem' package :) > $ curl > https://git.parabola.nu/parabolaiso.git/plain/configs/profile/root-image/ > etc/motd?h=refactor > > your parabola is just superb - some combination of the two of them may be just > the thing Thank yo

[Dev] I made an ASCII/Unicode logo thing

2018-05-29 Thread Luke Shumaker
els" on "Parabola" a bit smaller, but since quadrants aren't square, it ended up looking funny when I started. -- Happy hacking, ~ Luke Shumaker ___ Dev mailing list Dev@lists.parabola.nu https://lists.parabola.nu/mailman/listinfo/dev

[Dev] SSE2 safe assumption on i686?

2018-05-28 Thread Luke Shumaker
supports any devices with pre-SSE2 processors. I would not be surprised if many packages already require SSE2 on i686 (via inline assembly or intrinsics or somesuch; after ./configure discovers that SSE2 is supported on the local processor). -- Happy

[Dev] libretools 20180520 release announcement

2018-05-20 Thread Luke Shumaker
chmod 1777), in order to work with pacman-git commit d8717a6a9666ec80c8645d190d6f9c7ab73084ac makepkg and later. * Insert an entry for 'builduser' in /etc/shadow (rather than just /etc/passwd) in the chroot, in order to to work with sudo 1.8.23. -- Happ

Re: [Dev] Running Parabola mirror alongside Arch mirror

2018-05-15 Thread Luke Shumaker
. That one's a little tricker, because Arch Linux ARM doesn't use pools. Parabola's /pool/alarm pulls from several different directories from Arch Linux ARM. But again, *every* file there should able to be shared with the Arch Linux ARM mirror. -- Happy hacking, ~ Luke Shumaker _

[Dev] Funny file permissions on repo

2018-05-11 Thread Luke Shumaker
e a few .torrent files unreadable? It causes the URLs to return 403 Forbidden, like https://repo.parabola.nu/iso/openrc-cli-2017.09.30/parabola-openrc-2017.09.30-dual.iso.torrent - What's up with kodi-libre? Why does it look like we're running a plugin server? Can we move that

  1   2   3   4   5   6   7   >