Commit graph

1435 commits

Author SHA1 Message Date
Harald Hope cb5ef5e5aa Added readme, to stave off any more absurd requests to tag rolling release software. 2015-08-30 18:00:12 -07:00
Harald Hope 5e6661a8ca removed an experiment 2015-08-29 00:24:22 -07:00
Harald Hope be292440cd added file tag-id, this is enable the pointless and silly fiction of
tagged releases. This file will be used to store the current tag version,
which a script will increment by one and use as the base for the next release.

I'd suspected that git made developers get really bad habits, and my suspicions
have to some degree been confirmed, though I can see some advantages for
certain development styles, but most definitely not all.
2015-08-28 16:01:01 -07:00
Harald Hope 5b77532460 updated gz files for updated man page. 2015-08-28 12:45:53 -07:00
Harald Hope 6d4efa1a59 some man page fixes, with links.
Merge branch 'Mikaela-links'
2015-08-28 12:42:34 -07:00
Mikaela Suomalainen 1dff70a2cb inxi.1: fix links
* weechat.org has HSTS so using https is encouraged.
* code.google.com says that the project is read-only and inxi has moved
  to GitHub so linking to what seems to be the current version of
  documentation would be better.
2015-08-28 19:41:55 +03:00
Harald Hope 056d2b6550 New version, new tarball:
Changes: updated inxi updaters to use github locations.

I will do this commit once for googlecode, and once for github, after that,
all commits will go only to github.

inxi moves to github, despite my dislike of for profit source repos, and git,
I decided that I just don't have the time or energy to do it right, so I'm going
to use github.

The project is already moved, though I have left inxi up for the time being on
code.google.com/p/inxi until I move the wiki to http://smxi.org

Everything is pretty much the same, the project url is:

https://github.com/smxi/inxi

The direct download link for the gz is:

https://github.com/smxi/inxi/raw/master/inxi.tar.gz

git pull is:

git pull https://github.com/smxi/inxi master

svn checkout url:

https://github.com/smxi/inxi

And that's about it.
2015-08-20 16:32:57 -07:00
inxi-svn e1feddf2ae New version, tarball. Trivial wget/curl change, nothing else. No need to upgrade packages. 2015-08-02 21:21:04 +00:00
inxi-svn 44535d0b0c New version, new tarball. This fixes a bug with the last fix for KDE Plasma version. It was
showing Frameworks version, which is apparently NOT the same as the plasma version.

Also added debugger kde versioning to make this stuff less of an ordeal for data collection.
2015-07-06 22:53:44 +00:00
inxi-svn 993f50e942 added plasma-netbook 2015-06-16 01:08:15 +00:00
inxi-svn 20a6bbabf4 Same version, new tarball, I'm tossing this in with the other release, changing for kde >= 4,
changing simple KDE to KDE Plasma, which keeps it clear and simple.
2015-06-16 01:02:06 +00:00
inxi-svn 96fe267833 New version, new tarball. Got a good fix for the kde version issue from the lads at
#kde-devel, now using kf5-config --version  which gives similar output to kded4 --version

I use this for both 4 and 5, but since 4 has worked fine for years, I'll just use this for 5
and later.
2015-06-16 00:51:45 +00:00
inxi-svn 2b22e24d2b new version, new tarball. Adapted to deal with yet another silly pointless change from
normal, in this case, sddm decided that using a .pid or .lock file in /run was too easy
so they changed to some session id type string in the /run/sddm/ directory.

Speaking for myself, I find such pointless changes from anything resembling normal behaviors
to the reason that gnu freedesktop systems will never achieve significant desktop use globally.

Also, in the same vein, added debuggers to try to figure out what plasma5/kde 5 is using
internally to give command line version information. Again, something pointless internally
was changed, thus breaking something that had faintly resembled an api, which is of course
why desktop gnu linux will never actually take off, developers in the real world have no
interest in chasing after such pointless and never ending churn in even the most trivial 
areas of the OS, let alone the core.

inxi remains however as a log of this ongoing churn and lack of discipline, and so remains
an interesting process of observation, and a way for users to try to avoid the constant
changes in simple system queries that should really never change, so I can see a reason
to keep it going since it's obvious that the actual foss ecosystem itself will not and apparently
cannot grasp that it is the lack of stable apis, methods, etc, that has kept desktop gnu linux
from achieving any actual real world success or popularity, and that is the actual problem
that should be fixed, not some pointless internal change to something.

On the source repo front, maintainers, I still can't find an acceptable alternative to the
impending shutdown of googlecode. github is a for profit venture that people who seem totally
void of any sense of history believe is actually going to be around longer than say, sourceforge,
or googlecode, as a legitimate source hosting site.

I'd welcome any suggestions. So far all the options are bad that I can find.

Top preference is svn, but if git is the absolute only other choice for an otherwise good option,
I'd consider git, but it's a horrible option for inxi because of how inxi development and debugging
works, vs how git works. ie, svn branches are perfect, git branches are totally wrong.

I may end up just hosting the svn on my own servers to avoid having to move yet again when the next
for profit flakey site decides to close up or monetize the source hosting.

The original idea of googlecode was for google to 'pay its dues to the foss community', but apparently
they got bored with that idea, plus of course, the ongoing total failure of google to deal with 
automated spam, which has always been a huge bug in the core google corporate culture. But googlecode
was by far the best option I've come across, it was done by a deep pocketed corporation not for profit
for pretty good reasons, and was never intended to be a profit center, which is the closest I could
see for a non free option. 

Setting up svn gui stuff however is a royal pain and requires ongoing maintainance for the life of
the software, which is NOT fun, nor will I sign up for that obligation.

I may end up moving to github anyway, even though git truly sucks for inxi and myself, but it's an 
idea I find fairly vile, apparently free software (sic) authors seem to have no grasp of the concept
of fredom when it comes to source code hosting, judging by the absurd popularity of github as the
default go to source repo. Their website is pathetic as well, which isn't very promising.

So we'll see where it goes, I think I have until august to decide what to do for source hosting.

Since I'm old enough to have seen sourceforge and now googlecode do the same thing, along with a lot
of other options, to say github won't do this too is delusional, what you can almost certainly say is it 
will do it, the only question is when. But, just as Linus did with his non free linux kernel version
control, people will stick with the non free stuff until you realize you can't use it anymore, because 
it is non free. Free software hosted on non free source repos is to me one of the most absurd and
stupid things I've ever heard of to be honest.
2015-06-15 22:38:06 +00:00
inxi-svn dce66a2680 New version, tarball. Tiny change. Added /etc/devuan_version file to distro id to handle
the switched file name. Kudos to anyone out there fighting to create a working alternative
to the unreliable and buggy and windows emulating systemd, I wish devuan luck. Maybe between
devuan and gentoo and slackware we can save the free software core systems before it's too late.
2015-06-08 22:47:29 +00:00
inxi-svn d744ca415b added comment to explain C2 + number issue 2015-05-30 19:09:47 +00:00
inxi-svn 26805f365b removed debugger 2015-05-30 19:08:06 +00:00
inxi-svn bb8d1a6dc2 bug fix with ps count for irc 2015-05-30 19:07:22 +00:00
inxi-svn 0e2afce7d6 New version, new man page, new tarball. Modified slightly -tc and -tm output to fix a
pet peeve of mine. Now, if -I, -b, -F, or anything that can trigger the memory: used/total
in Information line is not used, -tm will always show the system used/total ram data on the 
first line of the Memory item of -t output.

Also, if -xtc (trigger ram data in cpu output) is used, and -I is not triggered, and -tm is
not triggered, will also show system used/total ram data on the cpu first line.

I'd found it odd that this data did not appear when -tcm or -tm or -xtc were used, so this is
now fixed. I used the -t option a fair amount to find memory/cpu use issues, and usually I
don't use the option with other options, so the lack of total system ram data was odd.
2015-05-30 18:55:54 +00:00
inxi-svn 465c5e7752 New version, new tarball. A desktop id fix, Mate id failed, mate moved to a more
long term solution to identify itself, so the hack I had in place fails on new MATE.

We'll see if this does it for various glitches, now quassel and mate latest should
again be working.
2015-05-13 20:18:38 +00:00
inxi-svn 1a1e84bc8c New version, tarball. This fixes a qt5 glitch with Quassel id, hopefully anyway. 2015-05-11 22:10:38 +00:00
inxi-svn 7336dc6440 No version change, new tarball. Fixed the repo error message to be more accurate, since
a system could be supported but have no repo data, like on some livecds etc. Also made it
better for BSD or GNU/linux.
2015-02-16 03:14:12 +00:00
inxi-svn 8b597124d7 typo fix in man page 2015-02-16 02:33:41 +00:00
inxi-svn ba03450d02 small man page edit for consistency 2015-02-16 02:22:32 +00:00
inxi-svn 052cb3f7af New version, updated man page, new tarball. Updated -r to for portage gentoo sources. This should work
fine for all derived distros like Sabayon as well. The test looks for:
/etc/portage/repos.conf/ and type -p emerge
if found will then grab the repos from the source files found.

Note that the logic for this was almost identical to that used for rpm so it was an
easy addon. Please let us know if you have an issue and provide data samples of relevant
files.
2015-02-16 02:17:58 +00:00
inxi-svn 3715909bd5 New version, new tarball. Two great bug report, issues.
1. Tightened runit init detection to use proc, note that if runit works on BSDs inxi will
   require more data to properly detect it on BSDs..
   2. Use openrc runlevel tests natively if openrc detected.
   3. Fixed subtle issue with alias to inxi file and paths.
   4. Added rc-status data collection for debugger, improved debugger data collector handling
      of bsd and other tests to note absent if not there in file names.
2015-01-24 18:51:56 +00:00
inxi-svn 2ebaa2b1c6 added more debugger, ps -p 1 2015-01-14 21:13:44 +00:00
inxi-svn ad21cc81c4 added some debuggers, ps -e / cat /proc/1/comm for future init data collection 2015-01-14 21:06:11 +00:00
inxi-svn 2a277e09bf New Version, new tarball.
Fixed bugs in Epoch init system detection, caused false positives in systems booted on
SysVinit, but with Epoch installed. Epoch turns out to be in PID 1 == epoch (/proc/1/comm)
so that's easy to fix.

Also fixed spacing isxue with OpenRC output in -I line.
2015-01-14 20:41:55 +00:00
inxi-svn 358988f801 small code cleanup, future proofing dm ids 2014-11-04 03:55:30 +00:00
inxi-svn ff7968377a New version, tarball. Very small update, added sddm id to dm detecfion. Because Arch linux,
at least on the system I got data from, is not using .pid/.lock extensions, but other systems
are, I'm adding sddm AND sddm.pid detection. This required changing the id to use explicit -f
for test, not the previous -e, which will force only files, not directories, to trigger yes case.

No other changes, but it's worth updating to this because distros may start using sddm in the not so
distant future, it's beta currently though.
2014-11-04 03:29:21 +00:00
inxi-svn 98ff2da9dc updated recommends/dependency in comments 2014-10-12 19:16:52 +00:00
inxi-svn 2c819d297b moved uptime from dependency to recommends 2014-10-12 19:14:53 +00:00
inxi-svn 3864eab62f New version, tarball. Debian has for some reason broken procps / uptime support, for
as of yet unknown reasons, so rather than wait to see the bug resolved, I'm just removing
uptime as a depenendency, though this is a short term hack only because we don't know
why it was removed from procps or if that was just a mistake, or if other things as well might
be vanishing from procps. Am leaving in however uname as dependency because inxi cannot
determine what platform it is when it starts without that.
2014-10-12 19:11:42 +00:00
inxi-svn 14cb52669a removed some development comments, no other change 2014-09-30 17:42:31 +00:00
inxi-svn 4d1ddd7de4 New version, new tarball. Bug fix for regression introduced in last versions. Double
output for apt repos. Also refactored duplicated code into a function, no other changes.

Note that this version features the repo debugger tool as well, which is very helpful in
particularly non apt systems to fix issues with its handling of repo formats etc.
2014-09-27 07:11:11 +00:00
inxi-svn 4186f82694 small cleanup in output 2014-09-26 05:24:08 +00:00
inxi-svn f41358e933 New version, new tarball. Added slackpkgplus support, added freebsd pkg servers,
added netbsd pkg servers, all to -r.
2014-09-26 04:40:26 +00:00
inxi-svn d6ff64d653 New version, new tarball. For some weird reason rpm query didn't work with gawk all
on one line, moved to separate lines. Who knows why? This only impacts rpm distros.
2014-09-25 07:54:37 +00:00
inxi-svn 98de82a431 clenaup 2014-09-25 07:08:15 +00:00
inxi-svn da17522bc7 rpm bug fix, no new version, new tarball. 2014-09-25 06:55:20 +00:00
inxi-svn 39e240b6d6 new tarball, same version. More fixes to avoid failures on -r for various ssystems 2014-09-24 20:40:49 +00:00
inxi-svn 0c8f2108dd code cleanup, new tarball, added test to add repo line 2014-09-24 20:29:42 +00:00
inxi-svn 1f06a5a6f5 New version, new tarball. This fixes broken slackpkg handling in -r, and, using the same fix,
fixes a single scenario with apt, where there is only sources.list, no .d/*.list files. 
I was assuming that the file name would print out in the output of single file grep, 
but that only happens with multiple files.
2014-09-24 20:21:28 +00:00
inxi-svn 3b9fd904bc forgot, added debuggers to repo data so I can figure out what is actcually being processed. 2014-09-24 17:56:22 +00:00
inxi-svn e094ceb0f5 bsds, another repo mistake, fixed 2014-09-24 17:45:38 +00:00
inxi-svn 7ac3f53973 made a mistake on dragonfly bsd repos 2014-09-24 17:44:01 +00:00
inxi-svn 82d950a4e8 New version, new tarball. Added slackpkg support -R; added rpm support for gtk version (-Sx).
bsds: removed dragonly specific used mem hack, now will work for any bsd, if avm in vmstat is 0
adds a flag to value, and removes it when used.

Nothing else of note.
2014-09-24 17:35:05 +00:00
inxi-svn caa106f85e no version change, new tarball. This is a purely code cosmetic change, XDG_CuRRENT_DESKTOP now shows X-Cinnamon
for cinnamon, so added an xdg test to skip the xrop -root section. Since either will catch it fine, there is
no actual difference in output or outcome.
2014-09-24 06:20:41 +00:00
inxi-svn dedb8d5fa7 bsd fixes, for null drive data 2014-09-23 02:37:10 +00:00
inxi-svn ab8fa3f375 updated --recommends to add files used in inxi as well, with linux/bsd comments 2014-09-23 01:53:26 +00:00