index
:
buildscripts
arctica-builder
Arctica Project's buildscripts and tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
home/.buildscripts/x2go.conf: remove unused variable RPM_EXTRA_REPO_MOCK_CONF...
Mihai Moldovan
2015-04-01
1
-1
/
+0
*
bin/build-rpm-package: ignore errors when removing temporary mock config file...
Mihai Moldovan
2015-04-01
1
-1
/
+2
*
bin/build-rpm-package: add ERR trap handler. This script is executed with set...
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: cleanup cleanup().
Mihai Moldovan
2015-04-01
1
-22
/
+18
*
bin/build-rpm-package: comment changes only. Typo fix.
Mihai Moldovan
2015-04-01
1
-2
/
+2
*
bin/build-rpm-package: move ${TEMP_BASE} into "global scope" to have it alway...
Mihai Moldovan
2015-04-01
1
-4
/
+3
*
bin/build-rpm-package: rewrite the mock part of get_extra_repository() to use...
Mihai Moldovan
2015-04-01
1
-35
/
+23
*
bin/build-rpm-package: respect WANT_EXTRA parameter in get_extra_repository()...
Mihai Moldovan
2015-04-01
1
-4
/
+7
*
bin/build-rpm-package: use RPM_WANT_EXTRA_REPOS when calling get_extra_reposi...
Mihai Moldovan
2015-04-01
1
-5
/
+5
*
{bin/build-rpm-package,home/.buildscripts/x2go.conf}: add new parameter RPM_W...
Mihai Moldovan
2015-04-01
2
-0
/
+10
*
bin/build-rpm-package: add make_boolean() function to convert a semi-random s...
Mihai Moldovan
2015-04-01
1
-0
/
+12
*
bin/build-rpm-package: set RPM_MOCK_CONFIG_DIR to a sane value (/etc/mock) fo...
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: lose parameter CUSTOM_REPO to create_mock_config(). It...
Mihai Moldovan
2015-04-01
2
-21
/
+22
*
bin/build-rpm-package: rename RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME to RPM_EXT...
Mihai Moldovan
2015-04-01
2
-8
/
+8
*
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
*
home/.buildscripts/x2go.conf: add RPM_MOCK_CONFIG_DIR, RPM_EXTRA_REPO_MOCK_CO...
Mihai Moldovan
2015-03-23
1
-0
/
+3
*
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
[prev]
[next]