| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bin/build-rpm-package: write out end of yum configuration marker, reset IFS t... | Mihai Moldovan | 2015-04-01 | 1 | -0/+8 |
* | bin/build-rpm-package: add the repos and do pass-through correctly. | Mihai Moldovan | 2015-04-01 | 1 | -1/+17 |
* | bin/build-rpm-package: add (incomplete) attempt at parsing the base mock conf... | Mihai Moldovan | 2015-04-01 | 1 | -0/+14 |
* | bin/build-rpm-package: use single quotes where more appropriate for regex var... | Mihai Moldovan | 2015-04-01 | 1 | -4/+4 |
* | bin/build-rpm-package: populate arrays with data read from .repo files. | Mihai Moldovan | 2015-04-01 | 1 | -2/+23 |
* | bin/build-rpm-package: save old input field separator value and re-set to new... | Mihai Moldovan | 2015-04-01 | 1 | -0/+4 |
* | bin/build-rpm-package: add some boilerplate code for reading in config files. | Mihai Moldovan | 2015-04-01 | 1 | -0/+12 |
* | bin/build-rpm-package: rename main => release and heuler => nightly in create... | Mihai Moldovan | 2015-04-01 | 1 | -0/+7 |
* | bin/build-rpm-package: check MOCK_BASE parameter for validity via RegEx. | Mihai Moldovan | 2015-04-01 | 1 | -0/+10 |
* | bin/build-rpm-package: base mock config base shall better be readable, OR ELSE! | Mihai Moldovan | 2015-04-01 | 1 | -3/+3 |
* | bin/build-rpm-package: finally create the temporary dir and file. | Mihai Moldovan | 2015-04-01 | 1 | -0/+13 |
* | bin/build-rpm-package: add cleanup() function and signal handlers. | Mihai Moldovan | 2015-04-01 | 1 | -0/+51 |
* | bin/build-rpm-package: make repeat_str() actually terminate. | Mihai Moldovan | 2015-04-01 | 1 | -0/+1 |
* | bin/build-rpm-package: make repeat_str() function declaration consistent. | Mihai Moldovan | 2015-04-01 | 1 | -1/+1 |
* | bin/build-rpm-package: add the easy part of create_mock_config(). | Mihai Moldovan | 2015-04-01 | 1 | -0/+39 |
* | bin/build-rpm-package: add repeat_str() function to... repeat a string. | Mihai Moldovan | 2015-04-01 | 1 | -0/+14 |
* | bin/build-rpm-package: fix --repo order in obs-build call. | Mihai Moldovan | 2015-03-25 | 1 | -2/+2 |
* | bin/build-rpm/package: remove extraneous extras package repository from suse ... | Mihai Moldovan | 2015-03-24 | 1 | -3/+2 |
* | bin/build-rpm-package: missed space messing up mock return value. | Mihai Moldovan | 2015-03-24 | 1 | -1/+1 |
* | bin/build-rpm-package: TYPESET ALL THE THINGS! To make them local to the func... | Mihai Moldovan | 2015-03-24 | 1 | -20/+20 |
* | bin/build-rpm-package: the semantics of MOCK_VER being set/unset changed in m... | Mihai Moldovan | 2015-03-24 | 1 | -1/+1 |
* | bin/build-rpm-package: work around buggy mock versions. | Mihai Moldovan | 2015-03-24 | 1 | -3/+13 |
* | bin/build-rpm-package: add period to error sentences. | Mihai Moldovan | 2015-03-24 | 1 | -5/+5 |
* | bin/build-rpm-package: add mock version checking function. | Mihai Moldovan | 2015-03-24 | 1 | -0/+62 |
* | bin/build-rpm-package: fix typos. | Mihai Moldovan | 2015-03-23 | 1 | -4/+4 |
* | bin/build-rpm-package: add comment to remind to autogenerate mock files. | Mihai Moldovan | 2015-03-23 | 1 | -0/+2 |
* | bin/build-rpm-package: add component, as we want to pull in repositories for ... | Mihai Moldovan | 2015-03-23 | 1 | -4/+4 |
* | bin/build-rpm-package: add support for fetching extra repositories. Use RPM_M... | Mihai Moldovan | 2015-03-23 | 1 | -12/+83 |
* | bin/gitcreate: use new scripts for creating the git repository. | Mihai Moldovan | 2015-03-09 | 1 | -2/+2 |
* | build-nsis-package.sh: don't preserve ownership for debian/changelog file (fa... | Mihai Moldovan | 2015-03-07 | 1 | -1/+1 |
* | Clean up source RPM files from binary file places. | Mihai Moldovan | 2015-03-06 | 1 | -4/+11 |
* | generate-nsis-version.pl: open the correct version file. | Mihai Moldovan | 2015-03-06 | 1 | -1/+1 |
* | build-nsis-package.sh, nsis-builder.bat: make compatible with x2goclient's cl... | Mihai Moldovan | 2015-03-05 | 2 | -6/+8 |
* | bin/gitcreate: use more quotes, curly braces and $(). Fix erratic jumping out... | Mihai Moldovan | 2015-02-24 | 1 | -20/+38 |
* | [TESTCOMMIT] bin/gitcreate: remove trainling whitespace. | Mihai Moldovan | 2015-02-24 | 1 | -1/+1 |
* | bin/gitcreate: change tabs to spaces. | Mihai Moldovan | 2015-02-24 | 1 | -12/+12 |
* | bin/build-rpm-package: actually *check* for EPEL. | Mihai Moldovan | 2015-02-20 | 1 | -1/+1 |
* | bin/build-rpm-package: use SHA(1) checksums for EPEL 5 repos, as yum-3.0 does... | Mihai Moldovan | 2015-02-20 | 1 | -1/+5 |
* | signtarballs: remove tarball file name from verbose output -- already include... | X2Go Release Manager | 2015-02-10 | 1 | -3/+3 |
* | signtarballs: quote variables/filenames, add even more verbosity. | Mihai Moldovan | 2015-02-10 | 1 | -8/+4 |
* | x2go-release-announcement: fix grammar and style in release mail, add pseudo-... | Mihai Moldovan | 2015-02-10 | 1 | -2/+7 |
* | x2go-signtarballs: be more verbose, add sha256 checksums | X2Go Admin | 2015-02-10 | 1 | -2/+3 |
* | bin/build-rpm-package: replace mock '--result path' with '--resultdir=path' a... | Mihai Moldovan | 2015-02-05 | 1 | -3/+3 |
* | bin/build-rpm-package: also clean up old SRPM's. | Mihai Moldovan | 2015-02-05 | 1 | -1/+2 |
* | fix for last commit | Mike Gabriel | 2015-02-04 | 1 | -1/+2 |
* | no dashes in RPM release strings | Mike Gabriel | 2015-02-04 | 1 | -1/+1 |
* | fix for last commit | Mike Gabriel | 2015-02-04 | 1 | -1/+1 |
* | allow builds for build-main-test branch | Mike Gabriel | 2015-02-04 | 2 | -0/+4 |
* | obs-build: when building for SLE 11.2 and 11.3, obs-build drops the (S)RPM bu... | Mike Gabriel | 2015-01-29 | 1 | -4/+12 |
* | bin/build-{deb,nsis,rpm}-package: fix NO_DELAY logic once again and this time... | Mihai Moldovan | 2015-01-29 | 3 | -3/+3 |