mirror of
https://github.com/altlinux/admc.git
synced 2025-01-26 06:03:39 +03:00
9 lines
234 B
Bash
Executable File
9 lines
234 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Need to add this so that the %packager macro used in .spec
|
|
# is defined, actual value doesn't matter since this is just
|
|
# for testing
|
|
echo "%packager Docker <docker@email.com>" >> ~/.rpmmacros
|
|
|
|
cd /app/ && gear-rpm -ba
|