commit cd733bf2bfc04659372984fe88415d18e5eb2991 Author: Brian Dolbec Date: Sat Jun 1 00:31:59 2013 -0700 Rename local unpack var to _unpack The method name was unpack, so rename the local var to _unpack to help avoid confusion. commit 40026be7f7b48619ffbdd18acc5ab08c0c0c7b71 Author: Brian Dolbec Date: Fri May 31 23:33:15 2013 -0700 Fix a long line. commit 2ec37cbac531392baae0609cb129fe9574c2e737 Author: Brian Dolbec Date: Fri May 31 23:32:49 2013 -0700 Remove some dead code commit 0fb8f41fe2a79a794f7ee8d2473c9dd6792f7404 Author: Brian Dolbec Date: Fri May 31 23:28:19 2013 -0700 Fix some paths/normpath usage. Use pjoin to join paths. commit 554badf2dbb618a0a88b3735d1451e1d90478671 Author: Brian Dolbec Date: Fri May 31 23:23:46 2013 -0700 Create AutoResume class to handle all file creation, deletion... Create catalyst/base/resume.py. Migrate all auto_resume operations to using the new class. commit 81c82475769e80afd870c032ae159295788180a0 Author: Brian Dolbec Date: Fri May 31 23:24:46 2013 -0700 Refactor ClearBase code to remove code duplication. commit d82b2f644d31c58cfd8c26f453bdd8c768c8c493 Author: Brian Dolbec Date: Fri May 31 09:11:30 2013 -0700 Initial creation of fileops.py Migrate to using ensure_dirs() commit 11c476d2a2cc987e7be35536c63bca0f497737b7 Author: Brian Dolbec Date: Thu May 30 21:11:45 2013 -0700 fix version for newer snakeoil commit 76abe0851e7d57aef3c0412ee1b63da3fdad1f34 Author: Brian Dolbec Date: Thu May 30 12:34:06 2013 -0700 Migrate version to use snakeoil's format_version() to append git commit info. This will make tagging releases easy as well as providing better debug info while running live versions of the software. commit 8270d576d3436c662743c6a5b04cd2637265440b Author: W. Trevor King Date: Fri Mar 1 00:57:39 2013 -0500 kmerge.sh: Fix line wrapping typo from 9ceebbf In 9ceebbf (kmerge.sh: Make /var/tmp/${clst_kname}.config optional, 2013-02-09), I added a KERNCACHE check to a `[` test, wrapping the two clauses in the test to avoid a very long line. Unfortunately, newlines do not appear to be legal in this position. For example: $ if [ -n "a" -a > -n "b" ]; then echo "c"; fi bash: [: missing `]' bash: -n: command not found This commit fixes the error by explicitly wrapping the line with a backslash. Reviewed-by: Matt Turner commit 8e15e6e41a14ed7eb86f106aced5db6fa361a84f Author: W. Trevor King Date: Sat Feb 9 15:40:32 2013 -0500 files/.gitignore: Ignore $(DOCS) and $(DOC_SIDE_EFFECTS) These are generated by the Makefile from sources in doc/. Reviewed-by: Matt Turner commit e0579eb82d3ae4ebc090f2dd0d74d0200a7bf0b7 Author: W. Trevor King Date: Sat Feb 9 15:40:31 2013 -0500 Makefile: Add DOCS for building files/HOWTO.html The rules are more general though; any new *.txt file in doc/ that doesn't match *.?.txt or one of the explicitly-listed *.generated.txt files will be automatically built and distributed. The generated `files/docbook-xsl.css` is a side effect of the xhtml target. Reviewed-by: Matt Turner commit 62e39be7861e641cc8714f6e7de5fe39a98e9708 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Wed Apr 24 11:27:13 2013 +0000 Drop addpatches from the livecd-stage2 example spec as well. commit 9b61a7fcef85973e508a47c8632ee7cdb1954ff6 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Wed Apr 24 11:23:50 2013 +0000 Drop addpatches from the stage4 example spec. commit 86a0dd9f6c83effa3a3dc85095ccb7514eafcd6f Author: Brian Dolbec Date: Mon May 27 17:18:43 2013 -0700 Make the use of preserved_libs optional by setting the options variable. Ported from commits: 462348d88b3a5fa783f322c64131025581ecc220 f6ad384914a00099eea2a0f66232728c479ec628 in the master branch. AUTHOR: Jorge Manuel B. S. Vicetto (jmbsvicetto) (Sun 14 Apr 2013 08:22:34 PM PDT) commit fe87cd94fafda5c9424ba43b785faf0d79674bb2 Author: Raúl Porcel Date: Sat Apr 6 17:07:00 2013 +0000 Add support for m68k port commit for the rewrite branch. Brian Dolbec commit 516e9108941e4b8992d7379aef1095139d476b33 Author: W. Trevor King Date: Sun Mar 3 11:53:18 2013 -0500 livecdfs-update.sh: Escape ampersands in STARTX sed expression From sed(1): s/regexp/replacement/ Attempt to match regexp against the pattern space. If successful, replace that portion matched with replacement. The replacement may contain the special character & to refer to that portion of the pattern space which matched, and the special escapes \1 through \9 to refer to the corresponding matching sub-expressions in the regexp. This means that the old expression (with unescaped ampersands) lead to: source /etc/profile ##STARTX##STARTX su - ${first_user} -c startx when we want: source /etc/profile && su - ${first_user} -c startx with ${first_user} expanded in both cases. Reviewed-by: Matt Turner commit 55ff8fb453139ac4ae12f52309ef3696440f3f70 Author: W. Trevor King Date: Sat Feb 9 15:40:30 2013 -0500 doc/HOWTO: First pass at a gentle Catalyst introduction Reviewed-by: Matt Turner commit e91c762581a594ecc7471ee41b87ab93e34ac5fb Author: Ben Kohler Date: Tue Mar 5 17:08:07 2013 -0800 create-iso.sh: add usb boot via isohybrid Add an isohybrid call to create-iso.sh for isolinux targets so the resulting images are usb/hdd bootable. commit 37a6b6e5be8ca41edde0eef6f10c01c583453902 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Mon Mar 4 03:13:11 2013 +0000 Fix bugs 407051 and 458536 by using FEATURES="preserve-libs" on the unmerge step of livecd-stage2 target. commit b560587cc496f9f004de58603b5dfe2d6268e663 Author: Brian Dolbec Date: Mon May 27 16:34:33 2013 -0700 update version to identify the rewite-git code is being run commit 2f8bb61b37ec32843ccf4600dbb6f4e5ec62d11f Author: Brian Dolbec Date: Mon May 27 16:08:16 2013 -0700 fix indent.