History log of /haiku/build/jam/CommandLineArguments (Results 1 – 14 of 14)
Revision Date Author Comments
# 39c68f46 09-May-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Remove deprecated build profiles @image and @vmware-image.

The @image build is not used anymore and doesn't work. Use @nightly-raw
or @nightly-anyboot instead. The new method of release type/image t

Remove deprecated build profiles @image and @vmware-image.

The @image build is not used anymore and doesn't work. Use @nightly-raw
or @nightly-anyboot instead. The new method of release type/image type
configuration of profiles is more flexible and allows to manage the
various configurations a lot more easily for us. But the old profiles
were never formally deprecated.

Fixes #15963

Change-Id: I1c72f0e77bfbcda10502476e595f120280e8c7a4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2625
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...


# 08965a65 24-Nov-2017 Augustin Cavalier <waddlesplash@gmail.com>

build: Remove now-defunct jam commands.


# 0d53b189 13-Mar-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix text alignment in jam help.

Thanks to stippi for noticing the problem...


# c5b4edb2 12-Mar-2014 Arvind S Raj <sraj.arvind@gmail.com>

Fixed typo in help information of a nightly build target

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# fd468340 09-Mar-2014 Arvind S Raj <sraj.arvind@gmail.com>

Add more build profiles to "jam help" list.

* fixes #10655

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
(with some style fixes)


# da854e34 14-Nov-2013 Oliver Tappe <zooey@hirschkaefer.de>

Update 'jam help' output.


# 49b970d9 14-Nov-2013 Oliver Tappe <zooey@hirschkaefer.de>

Reintroduce jam rule for creating remote repository for testing.

* 'jam build-remote-test-repository' can now be used to create a
remote repository which will then be used by the build system,
s

Reintroduce jam rule for creating remote repository for testing.

* 'jam build-remote-test-repository' can now be used to create a
remote repository which will then be used by the build system,
such that the resulting package set can be tested.

show more ...


# e4bd712d 03-Nov-2013 Oliver Tappe <zooey@hirschkaefer.de>

Replace jam build-remote-repository with jam upload-packages

* We are moving the HaikuPorts repositories over from haiku-files.org
to packages.haiku-os.org, and we will be creating new repositorie

Replace jam build-remote-repository with jam upload-packages

* We are moving the HaikuPorts repositories over from haiku-files.org
to packages.haiku-os.org, and we will be creating new repositories
during a push hook from now on. As a result, only a small helper for
uploading new packages into the appropriate upload folder is required.

show more ...


# 9f81ca83 27-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Merge branch 'package-management'

Conflicts:
src/preferences/network/Jamfile


# af8587ce 14-Sep-2013 Oliver Tappe <zooey@hirschkaefer.de>

Added new jam command 'build-remote-repository'.

* build-remote-repository <packages> uploads the given set of packages
to the server and builds the remote repository


# 5e2b6502 03-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Update support for update-* targets

Set HAIKU_PACKAGES_UPDATE_ONLY and HAIKU_INCLUDE_IN_PACKAGES when one of
the pre-build-profile update-* targets are used.


# 16988eb1 05-May-2010 Ingo Weinhold <ingo_weinhold@gmx.de>

There's no "disk" default build profile, since picking a random partition
might not be appreciated by everyone. :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36629 a95241bf-73f2-0310-859d

There's no "disk" default build profile, since picking a random partition
might not be appreciated by everyone. :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36629 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 9f10e7ac 03-May-2010 Matt Madia <mattmadia@gmail.com>

Added some documentation about the anyboot images. Verification appreciated.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36601 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 37aefc9c 23-Feb-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

* Moved jam argument processing to new build/jam/CommandLineArguments.
* Check the first argument for "help" as well. If given print a somewhat
helpful text. Consider this my excuse to close ticket

* Moved jam argument processing to new build/jam/CommandLineArguments.
* Check the first argument for "help" as well. If given print a somewhat
helpful text. Consider this my excuse to close ticket #1883. :-)
* Track available and added optional packages and fail, if an optional package
is requested that doesn't exist. Closes ticket #3332.
* Check for duplicate build profile definitions and fail if encountered.
Closes ticket #3333.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29298 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...