summaryrefslogtreecommitdiffstats
path: root/release/Makefile.mirrors
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate MD5 checksum generation in favor of SHA512.gjb2015-10-141-1/+1
| | | | | | | | | | This was discussed during the 10.2-RELEASE cycle, however since we were nearing the end of the cycle, we decided to defer this change until after 10.2-RELEASE. Reminded by: so (delphij), jmg MFC after: 5 days Sponsored by: The FreeBSD Foundation
* Consider PRERELEASE builds snapshots, in addition to CURRENT andgjb2015-06-251-2/+2
| | | | | | | STABLE. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Invert the build date and svn revision to match the namimggjb2015-05-271-1/+1
| | | | | | | convention that has been in use for a while. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Fix a typo.gjb2015-05-261-1/+1
| | | | | | Submitted by: ian MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Use SVNREVISION and BUILDDATE if passed into the make(1)gjb2015-05-261-12/+14
| | | | | | | environment, fallback to trying to figure it out otherwise. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Reindent after r283575.gjb2015-05-261-35/+35
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Remove duplicate exists() sanity check.gjb2015-05-261-3/+0
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Set STAGE_TARGETS only if RELEASEDIR exists.gjb2015-05-261-0/+2
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Remove a continuation on error, since the relevant behavior cangjb2015-05-261-2/+2
| | | | | | | only occur if a particular file exists. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Fix staging virtual machine images for ftp propagation.gjb2015-05-221-30/+41
| | | | | | MFC after: 3 days X-MFC-Note: needs all previous changes Sponsored by: The FreeBSD Foundation
* Fix a number of logic and/or naming problems in Makefile.mirrors.gjb2015-05-221-51/+103
| | | | | | | | | | Reduce a number of duplicated logic. As of this commit, this file does exactly what it is needed to do. MFC after: 3 days X-MFC-Note: needs all previous changes Sponsored by: The FreeBSD Foundation
* Fix make(1) syntax error for non-embedded targets.gjb2015-05-211-1/+3
| | | | Sponsored by: The FreeBSD Foundation
* If TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable,gjb2015-05-211-9/+50
| | | | | | | | | | | | | | | | | | | which helps control some of the arm-specific bits a bit more cleanly (but not really 'clean'). If BOARDNAME is defined (as is in the WANDBOARD configuration RE uses), do some magic to work with the KERNCONF and BOARDNAME to rename the file, making it a bit more intuitive for the consumer to determine which they need. Yes, it is ugly, that is why there is a big warning at the top. It is, however, still much cleaner than the now 474-line shell script, and this Makefile produces the hierarchy needed without much evil. MFC after: 1 week X-MFC-Note: needs all previous Makefile.mirror commits Sponsored by: The FreeBSD Foundation
* Remove the arm/armv6 bits from Makefile.mirrors, which needsgjb2015-05-211-7/+0
| | | | | | some re-thinking. Sponsored by: The FreeBSD Foundation
* Include xz(1)-compressed images when not a snapshot build.gjb2015-05-211-2/+4
| | | | | | Do not suffix non-snapshot checksum files with SNAP_SUFFIX. Sponsored by: The FreeBSD Foundation
* cd(1) to .CURDIR before calling stat(1) to fix the pathgjb2015-05-211-6/+9
| | | | | | | | | | | | to sh(1). Include xz(1)-compressed images when renaming snapshot builds. Use OSRELEASE in place of REVISION-BRANCH for checksum filenames. Sponsored by: The FreeBSD Foundation
* Avoid polluting the filesystem when not necessary.gjb2015-05-121-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* After the last influx of commits, and a REALLY BIG WARNINGgjb2015-05-121-0/+4
| | | | | | to the top of the file. Sponsored by: The FreeBSD Foundation
* Fix more paths to the actual files.gjb2015-05-121-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Fix more path variables.gjb2015-05-121-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Provide the correct path to the checksum file.gjb2015-05-121-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Also symlink the CHECKSUM.{SHA256,MD5} files.gjb2015-05-121-0/+3
| | | | Sponsored by: The FreeBSD Foundation
* Also copy CHECKSUM.{SHA256,MD5} files.gjb2015-05-121-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Fix a few incorrect variables and/or hard-coded paths.gjb2015-05-121-2/+2
| | | | Sponsored by: The FreeBSD Foundation
* Sigh. Fix more syntax errors introduced by the last commit.gjb2015-05-121-2/+2
| | | | Sponsored by: The FreeBSD Foundation
* Fix a make(1) syntax error.gjb2015-05-121-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Temporarily 'rm -rf $FTPDIR' during additional testing.gjb2015-05-121-1/+4
| | | | Sponsored by: The FreeBSD Foundation
* Always use the 'make install' directory as the source for images.gjb2015-05-121-7/+13
| | | | | | | | | | For RE purposes, we use the default (/R within the chroot), so this helps avoid copying files multiple times and xz(1)-compressing additional times when not needed. Again, this Makefile is not for general consumption. Sponsored by: The FreeBSD Foundation
* Add a new file, Makefile.mirrors, which is intended to replacegjb2015-05-111-0/+128
a 474-line kludge of a shell script to pre-create the directory hierarchy on ftp-master. This is not in any way connected to the build, and there is no intention to do so. This only intent here is to try to make things a little bit easier for me. But I've probably just made things worse. Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud