summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bin/build-rpm-package: fix typos.Mihai Moldovan2015-03-231-4/+4
|
* home/.buildscripts/x2go.conf: add RPM_MOCK_CONFIG_DIR, ↵Mihai Moldovan2015-03-231-0/+3
| | | | RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME and RPM_EXTRA_REPO_MOCK_CONFIG_FULL_NAME values.
* bin/build-rpm-package: add comment to remind to autogenerate mock files.Mihai Moldovan2015-03-231-0/+2
|
* bin/build-rpm-package: add component, as we want to pull in repositories for ↵Mihai Moldovan2015-03-231-4/+4
| | | | specific package categoeries (main, nightly, LTS).
* bin/build-rpm-package: add support for fetching extra repositories. Use ↵Mihai Moldovan2015-03-231-12/+83
| | | | RPM_MOCK_CONFIG_DIR, RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME and RPM_EXTRA_REPO_MOCK_CONFIG_FULL_NAME in the project buildscripts config to set the necessary values.
* bin/gitcreate: use new scripts for creating the git repository.Mihai Moldovan2015-03-091-2/+2
|
* build-nsis-package.sh: don't preserve ownership for debian/changelog file ↵Mihai Moldovan2015-03-071-1/+1
| | | | (fails on shared directories.)
* Clean up source RPM files from binary file places.Mihai Moldovan2015-03-061-4/+11
|
* generate-nsis-version.pl: open the correct version file.Mihai Moldovan2015-03-061-1/+1
|
* build-nsis-package.sh, nsis-builder.bat: make compatible with x2goclient's ↵Mihai Moldovan2015-03-052-6/+8
| | | | cleanup branch.
* bin/gitcreate: use more quotes, curly braces and $(). Fix erratic jumping ↵Mihai Moldovan2015-02-241-20/+38
| | | | out of cwd. Require the new git directory to already be in cwd, or it being the cwd for successful creation.
* [TESTCOMMIT] bin/gitcreate: remove trainling whitespace.Mihai Moldovan2015-02-241-1/+1
|
* bin/gitcreate: change tabs to spaces.Mihai Moldovan2015-02-241-12/+12
|
* bin/build-rpm-package: actually *check* for EPEL.Mihai Moldovan2015-02-201-1/+1
|
* bin/build-rpm-package: use SHA(1) checksums for EPEL 5 repos, as yum-3.0 ↵Mihai Moldovan2015-02-201-1/+5
| | | | does not know how to handle the default SHA256 checksums.
* signtarballs: remove tarball file name from verbose output -- already ↵X2Go Release Manager2015-02-101-3/+3
| | | | included in checksum outputs.
* signtarballs: quote variables/filenames, add even more verbosity.Mihai Moldovan2015-02-101-8/+4
|
* x2go-release-announcement: fix grammar and style in release mail, add ↵Mihai Moldovan2015-02-101-2/+7
| | | | pseudo-subject.
* x2go-signtarballs: be more verbose, add sha256 checksumsX2Go Admin2015-02-101-2/+3
|
* bin/build-rpm-package: replace mock '--result path' with '--resultdir=path' ↵Mihai Moldovan2015-02-051-3/+3
| | | | and use more quoting.
* bin/build-rpm-package: also clean up old SRPM's.Mihai Moldovan2015-02-051-1/+2
|
* fix for last commitMike Gabriel2015-02-041-1/+2
|
* no dashes in RPM release stringsMike Gabriel2015-02-041-1/+1
|
* fix for last commitMike Gabriel2015-02-041-1/+1
|
* allow builds for build-main-test branchMike Gabriel2015-02-042-0/+4
|
* obs-build: when building for SLE 11.2 and 11.3, obs-build drops the (S)RPM ↵Mike Gabriel2015-01-291-4/+12
| | | | build results in /usr/src/packages
* bin/build-{deb,nsis,rpm}-package: fix NO_DELAY logic once again and this ↵Mihai Moldovan2015-01-293-3/+3
| | | | time correctly.
* bin/build-{deb,nsis}-package: add NO_DELAY option and logic copied over from ↵Mihai Moldovan2015-01-292-2/+4
| | | | bin/build-rpm-package.
* bin/build-rpm-package: fix error in NO_DELAY logic.Mihai Moldovan2015-01-291-1/+1
|
* bin/build-{deb,nsis,rpm}-package: fix FORCE_BUILD and NO_DELAY logic to ↵Mihai Moldovan2015-01-293-6/+9
| | | | treat any value other than "no" or "0" as true.
* bin/build-rpm-package: add SRPM upload capability.Mihai Moldovan2015-01-281-2/+3
|
* bin/build-rpm-package: also copy source RPM's to staging dir and sign them.Mihai Moldovan2015-01-281-1/+30
|
* bin/build-all-deb-packages: fix shebang.Mihai Moldovan2015-01-281-1/+1
|
* Another fix. This time it was my fault.Mike DePaulo2015-01-111-1/+1
|
* Fix nsis-builder.bat (batch scripting syntax :( )Mike DePaulo2015-01-101-1/+1
|
* Switch mingw32-4.8 builds to copy-deps-win32.batMike DePaulo2015-01-101-1/+7
|
* Fix: wqfix v3signing for epel-5 builds (Fixes: #699)Mike DePaulo2014-12-211-1/+4
|
* createrepo does not work for all sle versions, so using a flat folder with rpmsMike Gabriel2014-12-201-1/+1
|
* rename sles to sleMike Gabriel2014-12-202-12/+12
|
* probably a fix for gpg: file not foundMike Gabriel2014-12-131-2/+2
|
* wqfix v3signing for epel-5 buildsMike Gabriel2014-12-131-3/+10
|
* support v3 signature for epel-5 buildsMike Gabriel2014-12-131-1/+4
|
* wait for build if arch is i386, use ps instead of chrooted-mounted /procMike Gabriel2014-12-111-1/+5
|
* fix local path URLMike Gabriel2014-12-021-1/+1
|
* fix local SLES repo path!Mike Gabriel2014-12-021-1/+1
|
* obtain extra packages distro name based for SUSE RPM buildsMike Gabriel2014-12-021-2/+2
|
* enable SLES build supportMike Gabriel2014-12-022-9/+19
|
* allow builds for openSUSE 12.2Mike Gabriel2014-12-022-2/+2
|
* allow builds for openSUSE 13.2Mike Gabriel2014-12-022-2/+2
|
* fix tty allocation problems when signing repomd.xmlMike Gabriel2014-10-291-2/+2
|