Commit Graph

228 Commits

Author SHA1 Message Date
Ivan X
1af347ae8f replace nulib2 with 3.1.0a1 which handles empty forks correctly
hide all cppo output in netboot install
remove guidance about uppercase filenames in afpsync error message
2016-01-03 05:14:34 -05:00
T. Joseph Carter
22020603f6 docs/ivanx: Delete, see RasppleII/orig-archive
Having an outdated copy of the source code in a subdir of the source
code was proving to be annoying--it's bitten both Ivan and I a time or
two, and we have a GitHub organization to put repositories for these
kinds of things.  As such, this stuff is neither needed nor particularly
desirable where it is.  It lives on here:

<https://github.com/RasppleII/orig-archive/>
2016-01-02 17:52:55 -08:00
Ivan X
5fab6a21af cppo DOS 3.3 support
(from previous commits:)
supports ProDOS, DOS 3.3, and ShrinkIt archive as source
handles 2mg images
auto-determines sector ordering for 140K disks
2016-01-02 19:06:00 -05:00
Ivan X
6b45259759 cppo support for dos-order and 2mg images 2016-01-01 05:25:19 +09:00
Ivan X
4692537443 cppo supports all features for SHK's as for PO's, including single file 2016-01-01 03:06:52 +09:00
Ivan X
4e4bd8dbbd cppo supports -cat argument for shrinkit archives 2016-01-01 01:40:13 +09:00
Ivan X
d2775f4d27 cppo can be used with -e, -ad, or neither for shk's 2016-01-01 01:12:23 +09:00
Ivan X
8f6fae4bb4 minor fixes and refusal to use -shk option on Windows 2016-01-01 00:19:32 +09:00
Ivan X
53404e7784 support for ShrinkIt archives in addition to disk images 2015-12-31 01:25:41 +09:00
Ivan X
01d3ce1775 libdb5.3+libgcrypt20 on Jessie rather than installing older Wheezy libs
removed libdb4.8 support
fixed source URL's to use external/source when locally hosting externals
2015-12-25 12:37:56 +09:00
Ivan X
14f5ef66be alternate URL for precompiled binaries with A2SERVER_BINARY_URL
self-hosted external dependency fallback; or default via A2SERVER_NO_EXTERNAL=1
a2serverrc sets default A2SERVER_SCRIPT_URL and A2SERVER_BINARY_URL
64-bit Debian precompiled binary support
support for reorganized files subdirectory
better information re unsupported OS at start of install
info about netboot at end of install
no longer deletes ~/GNUstep
install libdb5.1 and libssl1.0.0 by default instead of older versions
small tweaks and fixes regarding Debian detection, case insensitive fs, etc
updated source code path for The Unarchiver
this is internal version 1.2.8; see "release" notes about external dependencies
2015-12-24 13:02:17 +09:00
T. Joseph Carter
04ad897c97 Merge branch 'master' of https://github.com/RasppleII/a2server
Minor/trivial conflict in a2server-2-tools.txt
2015-12-21 16:28:18 -08:00
T. Joseph Carter
06bc59ece7 scripts/*.txt: Collapse multiple apt-gets in a row
As Debian has gone from large to huge, actions operating on the package
database have gotten slower and slower, so it's best to do them as few
times as possible.

Here we've got the trivial optimization.  A more complete optimization
requires a refactoring of code, and we're kind of in a 1.3.0 "freeze",
so let's not do that here and now.
2015-12-21 16:17:13 -08:00
Ivan X
c2bb79860a on Debian, provides AppleTalk without IPDDP to enable MacIPgw 2015-12-20 00:40:28 -05:00
T. Joseph Carter
343bde59fa License terms for A2SERVER
This doesn't close the open issue on the subject, since precisely what's
under what license isn't really addressed yet, but at least the license
is specified.  For those unfamiliar with the WTFPL, it's a public domain
release like CC0, except instead of trying to legally emulate the public
domain if that concept is foreign to your jurisdiction, it basically
gives all software licenses a giant middle finger.

What it lacks in finesse and niceties or in legal rigor of the CC0, it
makes up for in simplicity: Do whatever the f*** you want with the code!
It's pretty hard to misconstrue what that means.  :)
2015-12-18 01:32:53 -05:00
Ivan X
024f579850 macipgw installed; a2serverc created
(macipgw tested on Wheezy and Jessie; works on Raspbian only, not Debian x86)
2015-12-18 00:57:21 -05:00
T. Joseph Carter
0fffaf93cb License terms for A2SERVER
This doesn't close the open issue on the subject, since precisely what's
under what license isn't really addressed yet, but at least the license
is specified.  For those unfamiliar with the WTFPL, it's a public domain
release like CC0, except instead of trying to legally emulate the public
domain if that concept is foreign to your jurisdiction, it basically
gives all software licenses a giant middle finger.

What it lacks in finesse and niceties or in legal rigor of the CC0, it
makes up for in simplicity: Do whatever the f*** you want with the code!
It's pretty hard to misconstrue what that means.  :)
2015-12-13 09:31:49 -08:00
T. Joseph Carter
0bd95253fe README.md minor Markdown syntax embettering 2015-12-10 09:11:32 -08:00
Ivan X
b5496b55aa Merge branch '1.3.0-dev' 2015-12-09 20:51:28 -05:00
Ivan X
9f397b1f9f minor text changes; substitute tilde for backticks 2015-12-09 20:44:36 -05:00
Ivan X
435857e3bb move /media/A2SHARED to /srv/A2SERVER 2015-12-09 20:39:09 -05:00
T. Joseph Carter
b0bb0e7b99 experimental: Doesn't belong in a release, delete 2015-12-08 19:36:54 -08:00
Ivan X
a90cd89288 Corrected error in and simplified custom URL instructions 2015-12-08 00:18:05 -05:00
Ivan X
cce0b0419a installs unar from package if on Jessie
doesn't attempt to install unzip if already installed
2015-12-07 23:56:32 -05:00
Ivan X
696a8750b1 installs wheezy packages (libdb5.1 and libgcrypt11) needed by Netatalk if on Jessie
no longer sets console login to 4800 bps, and removes commented-out console login code
no longer sets up GSFILES share, and removes it if it's empty
installs ciopfs (case insensitive file system)
converts existing A2FILES to ciopfs volume, disabling casefold:toupper
changes installed netboot GS/OS filenames to mixed case
fixes bug so user not named "pi" can use randnum authentication
removes obsolete commented code for older AppleTalk kernel install
2015-12-07 23:55:02 -05:00
Ivan X
cf075d07fd ProDOS 8 year tables are updated for 6.0.2+, otherwise user is prompted
rewording of some prompts and renumbering of one menu
netboot GS/OS is installed with original mixed case names
DOS3.3.FST and TEACH are installed during network boot setup
Spectrum is fully installed (not just disk images)
2015-12-07 23:52:00 -05:00
Ivan X
a861da6bd3 fixes bugs in a2files-share and a2files-unshare commands
removes gsfiles-share and gsfiles-unshare commands
2015-12-07 23:51:04 -05:00
Ivan X
8325630c10 removed gsfiles-share and gsfiles-unshare commands 2015-12-07 23:50:38 -05:00
Ivan X
b7aad394f6 defaults to mixed case instead of uppercase when specifying -v and a folder 2015-12-07 23:49:05 -05:00
Ivan X
a1c0806d3f extracts to mixed case names; -uc argument specifies uppercase 2015-12-07 23:47:51 -05:00
Ivan X
e9f54606ac revved version number 2015-12-07 23:47:03 -05:00
Ivan X
16f88ae2d7 revved version number 2015-12-07 23:45:44 -05:00
Ivan
dc73dda7a2 reorganized for clarity 2015-12-07 23:06:54 -05:00
T. Joseph Carter
bb9e458a98 README.md: GFM supports ~~~ blocks, implement! 2015-12-06 18:18:07 -08:00
T. Joseph Carter
147f0dceec a2server-6-samba.txt: More path independence 2015-11-23 16:20:57 -08:00
T. Joseph Carter
8cfa6cb66b Merge Ivan's 1.2.6; update versionhistory.txt 2015-11-23 00:18:27 -08:00
T. Joseph Carter
bd3cf7ac72 a2server-2-tools: Use Debian's unar if available 2015-11-17 15:49:21 -08:00
T. Joseph Carter
7cf972cc7d Remove deprecated Ubuntu; updated changelog
Closes #11 and #13.  As mentioned in #11, support for Ubuntu should
return in the future, but not explicitly.  Rather, the core of A2SERVER
itself ashould be made to run on any OS distribution for which our
requirements are met.

The goal is that any OS-specific details should be part of OS-specific
packaging or handled by the user (editing MOTD/issue files, etc.)  We
can handle those details on Debian systems because we know how to do
that when packaging for Debian.  Ubuntu, Fedora, etc. packages will have
to make their own tweaks.  This commit doesn't do all of that, but it
does mean there's one fewer things we need to worry about during the
transition.
2015-11-17 05:36:22 -08:00
T. Joseph Carter
69d041eff6 a2server-5-netboot.txt: Patch P8 to 6.0.3
This won't reinstall your boot blocks for you if they're not the latest
version.  If you'd like to test this (and please test this!), you'll
need to move your existing boot blocks out of the way so it can install
new ones.  Probably actually checking will happen when the Python stuff
is ready.
2015-11-16 02:07:18 -08:00
T. Joseph Carter
2b9b825850 install-gsos.py: no versioned patches, 6.0.3 P8
Originally I created the patch system in my messy Python-based monster
to allow you to patch the netboot files to the appropriate versions for
the appropriate GS/OS version, leaving 6.0.1 as pristine as possible.

But that doesn't make sense, does it?  We already fix the necessary bugs
in the AppleTalk client, and the only other patch made at this time is
the year table in ProDOS 8, and we should have that patch regardless of
what GS/OS version you install.  Of course at that point I'm one date on
the ProDOS 8 splash screen away from 6.0.3's version of P8, and I may as
well apply that to reduce the number of functionally identical files
with different SHA digests.

Long story short: Versioned patches for netboot files don't make sense,
so I removed that, and you now get 6.0.3's P8 (standalone as well as the
version embedded in "Apple //e Boot Blocks" and "ProDOS16 Image".
2015-11-16 01:38:31 -08:00
T. Joseph Carter
c8d2deb205 install-gsos.py: Remove versioned patches 2015-11-15 14:18:22 -08:00
T. Joseph Carter
9de61e504a setup/index.txt: Add latest Wheezy fw hash
Closes #7.  There are other versions of the firmware that are between
the last/current version and the last one marked supported, and they
should all work fine.  Since theoretically all future versions of Jessie
will be supported once we get there, that should make things easier once
we get there.
2015-11-15 13:37:59 -08:00
T. Joseph Carter
7d60de0628 install-gsos.py: Document a useless patch
As I was preparing the patches for these boot files for 6.0.3, I
realized that p8 actually differs between GS/OS 6.0.1 and the netboot
files from Apple: The date on the splash screen is older.

This change is trivial and pedantic, but as people begin looking at
these files, how tu update them, and what to update them with, it's
worth at least noting the different version and its digest.  If someone
can make a compelling argument for the patch to be applied, we can
uncomment it.
2015-11-15 06:20:31 -08:00
T. Joseph Carter
ccb5196deb install-gsos.py: More robust digest checking 2015-11-15 06:20:00 -08:00
T. Joseph Carter
66a3648ef2 install-gsos.py: Refactor patch application
This isn't done yet as the code doesn't currently do anything with
checking whether patches were correctly applied or not.  Also the
function is really ugly.  I need to start making python modules and
classes out of a few things here to clean this up further.
2015-11-15 05:46:24 -08:00
T. Joseph Carter
50e57aab7c install-gsos.py: Now patches a2boot files! 2015-11-14 15:53:02 -08:00
T. Joseph Carter
442d48c0be install-gsos.py: Refactor digest check 2015-11-14 14:39:53 -08:00
T. Joseph Carter
7e38c7fe37 install-gsos.py: Add some error checking 2015-11-14 13:36:40 -08:00
T. Joseph Carter
7ef2e4c445 install-gsos.py: Improve output on sea.bin extract 2015-11-14 11:55:30 -08:00
T. Joseph Carter
b96fe0a3bb install-gsos.py: Improve download func output 2015-11-14 10:43:59 -08:00